Changeset 5818 for code/branches/core5/src/modules/gamestates
- Timestamp:
- Sep 27, 2009, 10:26:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/modules/gamestates/GSLevel.cc
r5816 r5818 196 196 if (this->scope_GSLevel_) 197 197 { 198 InputManager::getInstance().destroyState("guiKeysOnly");199 InputManager::getInstance().destroyState("guiMouseOnly");200 198 delete this->scope_GSLevel_; 201 199 this->scope_GSLevel_ = NULL; … … 208 206 guiKeysOnlyInputState_->setHandler(0); 209 207 InputManager::getInstance().destroyState("game"); 208 InputManager::getInstance().destroyState("guiKeysOnly"); 209 InputManager::getInstance().destroyState("guiMouseOnly"); 210 210 if (this->keyBinder_) 211 211 {
Note: See TracChangeset
for help on using the changeset viewer.