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.h

    r1689 r1690  
    139139    {
    140140    public:
    141         GameState(const std::string& name) : GameStateBase(name) { }
     141        GameState(const std::string& name)
     142            : GameStateBase(name)
     143            , parent_(0)
     144        { }
    142145        virtual ~GameState() { }
    143146
Note: See TracChangeset for help on using the changeset viewer.