Changeset 9656 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Aug 4, 2006, 11:01:28 PM (18 years ago)
- Location:
- trunk/src/story_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/menu/game_menu.cc
r9406 r9656 76 76 if( this->dataTank) 77 77 delete this->dataTank; 78 delete OrxGui::GLGuiHandler::getInstance( );78 OrxGui::GLGuiHandler::deleteInstance( ); 79 79 } 80 80 -
trunk/src/story_entities/multi_player_world.cc
r9406 r9656 63 63 if( this->dataTank) 64 64 delete this->dataTank; 65 delete OrxGui::GLGuiHandler::getInstance( );65 OrxGui::GLGuiHandler::deleteInstance( ); 66 66 } 67 67
Note: See TracChangeset
for help on using the changeset viewer.