Changeset 9451 for code/branches/Racingbot/src/modules
- Timestamp:
- Nov 19, 2012, 1:24:19 PM (12 years ago)
- Location:
- code/branches/Racingbot/src/modules/gametypes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Racingbot/src/modules/gametypes/RaceCheckPoint.cc
r9441 r9451 62 62 //this->players_ = vector<PlayerInfo*>(); 63 63 64 myPosition_= this->getPosition(); 64 myPosition_= this->getPosition(); //eingefuegt 65 65 orxout(user_status) << "test" << std::endl; 66 66 -
code/branches/Racingbot/src/modules/gametypes/SpaceRaceController.cc
r9441 r9451 55 55 56 56 OrxAssert(!checkpoints.empty(), "No Checkpoints in Level"); 57 //OrxAssert(1==2, "Orxassert test");58 57 checkpoints_=checkpoints; 59 58 staticRacePoints_ = findStaticCheckpoints(checkpoints); 59 // initialisation of currentRaceCheckpoint_ 60 currentRaceCheckpoint_ = NULL; 61 // find first Checkpoint 60 62 for (int i=0; true; i++){ 61 63 if(checkpoints_[i]->getCheckpointIndex()==0){
Note: See TracChangeset
for help on using the changeset viewer.