Changeset 2928 for code/trunk/src/orxonox/gamestates
- Timestamp:
- Apr 20, 2009, 2:05:49 PM (16 years ago)
- Location:
- code/trunk/src/orxonox/gamestates
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gamestates/GSGraphics.cc
r2896 r2928 156 156 void GSGraphics::deactivate() 157 157 { 158 158 /* 159 159 if (this->ccToggleGUI_) 160 160 { … … 162 162 this->ccToggleGUI_ = 0; 163 163 } 164 */ 164 165 165 166 masterInputState_->setHandler(0); -
code/trunk/src/orxonox/gamestates/GSIOConsole.cc
r2896 r2928 63 63 void GSIOConsole::deactivate() 64 64 { 65 /* 65 66 if (this->ccLoadMenu_) 66 67 { … … 68 69 this->ccLoadMenu_ = 0; 69 70 } 71 */ 70 72 } 71 73 -
code/trunk/src/orxonox/gamestates/GSLevel.cc
r2911 r2928 162 162 void GSLevel::deactivate() 163 163 { 164 /* 164 165 // destroy console commands 165 166 if (this->ccKeybind_) … … 173 174 this->ccTkeybind_ = 0; 174 175 } 176 */ 175 177 176 178 -
code/trunk/src/orxonox/gamestates/GSMainMenu.cc
r2927 r2928 91 91 delete this->scene_; 92 92 93 /* 93 94 if (this->ccStartGame_) 94 95 { … … 96 97 this->ccStartGame_ = 0; 97 98 } 99 */ 98 100 } 99 101 -
code/trunk/src/orxonox/gamestates/GSRoot.cc
r2896 r2928 119 119 void GSRoot::deactivate() 120 120 { 121 /* 121 122 if (this->ccSetTimeFactor_) 122 123 { … … 130 131 this->ccPause_ = 0; 131 132 } 133 */ 132 134 } 133 135
Note: See TracChangeset
for help on using the changeset viewer.