Changeset 9546 in orxonox.OLD for branches/proxy/src/story_entities
- Timestamp:
- Jul 28, 2006, 11:13:00 AM (19 years ago)
- Location:
- branches/proxy/src/story_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/story_entities/menu/game_menu.cc
r9406 r9546 76 76 if( this->dataTank) 77 77 delete this->dataTank; 78 delete OrxGui::GLGuiHandler::getInstance( );78 OrxGui::GLGuiHandler::deleteInstance( ); 79 79 } 80 80 -
branches/proxy/src/story_entities/multi_player_world.cc
r9406 r9546 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.