Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 4, 2012, 4:05:53 PM (12 years ago)
Author:
huttemat
Message:

ShipSelecting working, still hackish and featureless though

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/shipSelection/src/orxonox/LevelInfo.cc

    r9057 r9157  
    163163    bool LevelInfoItem::addShip(const std::string& ship, bool update)
    164164    {
    165         bool success = this->tags_.insert(ship).second;
     165        bool success = this->ships_.insert(ship).second;
    166166        if(update && success)
    167             this->tagsUpdated();
     167            this->shipsUpdated();
     168           
    168169        return success;
    169170    }
Note: See TracChangeset for help on using the changeset viewer.