Changeset 9356 in orxonox.OLD for branches/proxy/src/story_entities
- Timestamp:
- Jul 20, 2006, 2:15:48 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/story_entities/multi_player_world.cc
r9235 r9356 31 31 32 32 33 using namespace std; 34 33 #include "glgui_handler.h" 35 34 36 35 //! Register a command to print some multiplayer world infos … … 64 63 if( this->dataTank) 65 64 delete this->dataTank; 65 delete OrxGui::GLGuiHandler::getInstance( ); 66 66 } 67 67
Note: See TracChangeset
for help on using the changeset viewer.