Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8212


Ignore:
Timestamp:
Apr 8, 2011, 11:51:22 PM (13 years ago)
Author:
jo
Message:

Set lives value to 4 in last team standing gametype. 1 live is only needed for testing purposes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/gametypes/LastTeamStanding.cc

    r8178 r8212  
    4444        RegisterObject(LastTeamStanding);
    4545        this->bForceSpawn_ = true;
    46         this->lives = 1;//4
     46        this->lives = 4;
    4747        this->eachTeamsPlayers.resize(teams_,0);
    4848        this->teamsAlive = 0;
     
    5757    LastTeamStanding::~LastTeamStanding()
    5858    {
    59         //this->playerLives_.clear();
    60         //this->eachTeamsPlayers.clear();
    61         //this->timeToAct_.clear();
    62         //this->inGame_.clear();
    63         //this->playerDelayTime_.clear();
    6459    }   
    6560
Note: See TracChangeset for help on using the changeset viewer.