Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 31, 2008, 8:39:13 PM (16 years ago)
Author:
rgrieder
Message:

Added support to specify the command line arguments in start.ini (uses the same formatting). '#' is the comment character.

File:
1 edited

Legend:

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

    r1689 r1690  
    5959    GameStateBase::~GameStateBase()
    6060    {
    61         OrxAssert(!isInSubtree(getCurrentState()), "Deleting an active GameState is a very bad idea..");
     61        OrxAssert(this->operation_.active == false, "Deleting an active GameState is a very bad idea..");
    6262    }
    6363
Note: See TracChangeset for help on using the changeset viewer.