Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 11, 2016, 1:15:24 PM (7 years ago)
Author:
bberabi
Message:
 
Location:
code/branches/SpaceRace_HS16
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SpaceRace_HS16/data/levels/newnewnewspacerace.oxw

    r11276 r11279  
    182182
    183183   <!-- ------------------CheckPoints----------------- -->
    184    <!--OldRaceCheckPoint name="checkpoint1" yaw=90 pitch=90 position="1000,30,0" stayActive="true" collisionType="static" scale="1" distance="40" checkpointindex="0" islast="false">
     184   <OldRaceCheckPoint name="checkpoint1" yaw=90 pitch=90 position="1000,30,0" stayActive="true" collisionType="static" scale="1" distance="40" checkpointindex="0" islast="false">
    185185        <attached>
    186186            <Model mass="50" scale="50" mesh="raceCheckPoint.mesh" />
  • code/branches/SpaceRace_HS16/src/modules/gametypes/SpaceRaceManager.cc

    r11272 r11279  
    4747        RegisterObject(SpaceRaceManager);
    4848        this->race_ = orxonox_cast<SpaceRace*>(this->getGametype());
    49         //assert(race_);
    50         //amountOfPlayers=(race_->getPlayers()).size();
     49        assert(race_);
     50        amountOfPlayers=(race_->getPlayers()).size();
    5151        this->firstcheckpointvisible_ = false;
    5252    }
Note: See TracChangeset for help on using the changeset viewer.