Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 22, 2012, 5:05:14 PM (12 years ago)
Author:
purgham
Message:

Made SpaceRace-Mode usable for more then 1 Spaceship

File:
1 edited

Legend:

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

    r9399 r9412  
    7878            std::vector<RaceCheckPoint*> checkpoints_;
    7979            bool firstcheckpointvisible_; ///< true if the first check point is visible.
     80            SpaceRace* race_; // needed to get the players
     81            //int amountOfPlayers;
     82            std::map<PlayerInfo*, Player> players_;
    8083    };
    8184}
Note: See TracChangeset for help on using the changeset viewer.