Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 19, 2009, 10:59:59 PM (15 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/orxonox/Main.cc

    r2896 r2927  
    6969
    7070        orxonox.run();
     71
     72        // destroy the GameStates created pre-mainly
     73        orxonox::Game::destroyStates();
    7174    } // orxonox gets destroyed right here!
    7275
Note: See TracChangeset for help on using the changeset viewer.