Changeset 6862 in orxonox.OLD for trunk/src/util
- Timestamp:
- Jan 30, 2006, 11:22:25 AM (19 years ago)
- Location:
- trunk/src/util/loading
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/loading/game_loader.cc
r6854 r6862 47 47 this->setClassID(CL_GAME_LOADER, "GameLoader"); 48 48 this->setName("GameLoader"); 49 49 this->bRun = true; 50 50 } 51 51 … … 162 162 { 163 163 if(this->currentCampaign != NULL) 164 { 164 165 this->currentCampaign->start(); 166 } 165 167 } 166 168 -
trunk/src/util/loading/game_loader.h
r6424 r6862 70 70 Uint32 startTime; //!< start time of the campaign 71 71 bool isPaused; //!< if the game is paused 72 bool bRun; //!< true if stop 72 73 73 74 Campaign* currentCampaign; //!< reference to the current campaign playing
Note: See TracChangeset
for help on using the changeset viewer.