- Timestamp:
- Apr 8, 2011, 11:51:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gametypes/LastTeamStanding.cc
r8178 r8212 44 44 RegisterObject(LastTeamStanding); 45 45 this->bForceSpawn_ = true; 46 this->lives = 1;//446 this->lives = 4; 47 47 this->eachTeamsPlayers.resize(teams_,0); 48 48 this->teamsAlive = 0; … … 57 57 LastTeamStanding::~LastTeamStanding() 58 58 { 59 //this->playerLives_.clear();60 //this->eachTeamsPlayers.clear();61 //this->timeToAct_.clear();62 //this->inGame_.clear();63 //this->playerDelayTime_.clear();64 59 } 65 60
Note: See TracChangeset
for help on using the changeset viewer.