Changeset 7917 in orxonox.OLD for branches/gui/src/story_entities/simple_game_menu.cc
- Timestamp:
- May 28, 2006, 2:29:53 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/story_entities/simple_game_menu.cc
r7913 r7917 66 66 /// GUI 67 67 ///(this is as modular as it is possible). 68 /*69 68 OrxGui::GLGuiPushButton* pb = new OrxGui::GLGuiPushButton("PUSH ME"); 70 69 pb->show(); … … 87 86 OrxGui::GLGuiHandler::getInstance()->activateCursor(); 88 87 OrxGui::GLGuiHandler::getInstance()->activate(); 89 */90 88 ///// 91 89 … … 109 107 if( this->dataTank) 110 108 delete this->dataTank; 111 //delete OrxGui::GLGuiHandler::getInstance( );109 delete OrxGui::GLGuiHandler::getInstance( ); 112 110 } 113 111
Note: See TracChangeset
for help on using the changeset viewer.