Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 12, 2009, 11:23:33 AM (14 years ago)
Author:
rgrieder
Message:

Forgot to set the internal activity properties of the GameStates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/menu/src/libraries/core/GameState.cc

    r5738 r6047  
    8383        this->activity_.active = false;
    8484        this->activity_.deactivating = true;
    85         this->activate();
     85        this->deactivate();
    8686        this->activity_.deactivating = false;
    8787        this->activity_.suspended = false;
Note: See TracChangeset for help on using the changeset viewer.