Changeset 9157 for code/branches/shipSelection/src/orxonox
- Timestamp:
- May 4, 2012, 4:05:53 PM (13 years ago)
- Location:
- code/branches/shipSelection/src/orxonox
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/shipSelection/src/orxonox/LevelInfo.cc
r9057 r9157 163 163 bool LevelInfoItem::addShip(const std::string& ship, bool update) 164 164 { 165 bool success = this-> tags_.insert(ship).second;165 bool success = this->ships_.insert(ship).second; 166 166 if(update && success) 167 this->tagsUpdated(); 167 this->shipsUpdated(); 168 168 169 return success; 169 170 }
Note: See TracChangeset
for help on using the changeset viewer.