Changeset 5162 in orxonox.OLD for trunk/src/util/loading/game_loader.cc
- Timestamp:
- Sep 5, 2005, 10:29:03 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/loading/game_loader.cc
r5161 r5162 34 34 35 35 36 GameLoader* GameLoader::singletonRef = 0; 36 SHELL_COMMAND(quit, GameLoader, stop); 37 38 39 GameLoader* GameLoader::singletonRef = NULL; 40 37 41 38 42 /** … … 44 48 this->setName("GameLoader"); 45 49 46 ShellCommand<GameLoader>::registerCommand("quit", "GameLoader", &GameLoader::stop);47 50 } 48 51
Note: See TracChangeset
for help on using the changeset viewer.