Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 19, 2009, 10:59:59 PM (16 years ago)
Author:
rgrieder
Message:

Fixed three memory leaks and a bug.
@beni: Is deleting the "startGame" console command a problem or did we just forget to remove the comment characters?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/Game.h

    r2896 r2927  
    7777
    7878        static bool addGameState(GameState* state);
     79        static void destroyStates();
    7980        static Game& getInstance() { assert(singletonRef_s); return *singletonRef_s; }
    8081
     
    9596        GameStateTreeNode*              activeStateNode_;
    9697        std::vector<GameStateTreeNode*> requestedStateNodes_;
     98        std::vector<GameStateTreeNode*> allStateNodes_;
    9799
    98100        Core*                           core_;
Note: See TracChangeset for help on using the changeset viewer.