Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 27, 2009, 10:17:06 PM (15 years ago)
Author:
scheusso
Message:

small bugfix (only 1 of 3 inputstates deleted when deactivating level)
thanks reto

File:
1 edited

Legend:

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

    r5813 r5816  
    196196        if (this->scope_GSLevel_)
    197197        {
     198            InputManager::getInstance().destroyState("guiKeysOnly");
     199            InputManager::getInstance().destroyState("guiMouseOnly");
    198200            delete this->scope_GSLevel_;
    199201            this->scope_GSLevel_ = NULL;
Note: See TracChangeset for help on using the changeset viewer.