Changeset 6862 in orxonox.OLD for trunk/src/util/loading/game_loader.cc
- Timestamp:
- Jan 30, 2006, 11:22:25 AM (19 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.