Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 27, 2009, 10:26:49 PM (15 years ago)
Author:
rgrieder
Message:

Small bugfix for the second to last commit: InputStates only exist in graphics mode.
And added destruction code for the ScoreBoard.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/modules/gamestates/GSLevel.cc

    r5816 r5818  
    196196        if (this->scope_GSLevel_)
    197197        {
    198             InputManager::getInstance().destroyState("guiKeysOnly");
    199             InputManager::getInstance().destroyState("guiMouseOnly");
    200198            delete this->scope_GSLevel_;
    201199            this->scope_GSLevel_ = NULL;
     
    208206            guiKeysOnlyInputState_->setHandler(0);
    209207            InputManager::getInstance().destroyState("game");
     208            InputManager::getInstance().destroyState("guiKeysOnly");
     209            InputManager::getInstance().destroyState("guiMouseOnly");
    210210            if (this->keyBinder_)
    211211            {
Note: See TracChangeset for help on using the changeset viewer.