Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 19, 2012, 4:19:27 PM (11 years ago)
Author:
purgham
Message:

working Version 19.11.2012 - Bots can create virtual Checkpoints but not used jet

File:
1 edited

Legend:

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

    r9436 r9459  
    166166                // adjust the radarvisibility
    167167                gametype->newCheckpointReached(newCheckpoint, player);
    168                 this->updateRadarVisibility(oldCheckpoint, newCheckpoint);
     168                if(player->isHumanPlayer())
     169                    this->updateRadarVisibility(oldCheckpoint, newCheckpoint);
    169170            }
    170171        }
Note: See TracChangeset for help on using the changeset viewer.