Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 5, 2012, 4:21:40 PM (11 years ago)
Author:
purgham
Message:

working Version 5.11.2012 - Bots can be included after starting the level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Racingbot/src/modules/gametypes/SpaceRaceManager.cc

    r9432 r9436  
    145145
    146146        RaceCheckPoint* oldCheckpoint = gametype->getCheckpointReached(player); // returns the last from player reached checkpoint
    147         // % fixing
    148         orxout() << "SpaceRaceManager.checkpointReached( "<<newCheckpoint->getCheckpointIndex()
    149                  <<", "<< player->isHumanPlayer() << endl;
    150         // % end fixing
     147
    151148        if (this->reachedValidCheckpoint(oldCheckpoint, newCheckpoint, player))
    152149        {
Note: See TracChangeset for help on using the changeset viewer.