Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 19, 2009, 3:11:15 PM (15 years ago)
Author:
rgrieder
Message:

ORXONOX_USE_WINMAIN should now work as expected.

File:
1 edited

Legend:

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

    r3318 r3323  
    110110        Non-initialising constructor.
    111111    */
    112     Game::Game(int argc, char** argv)
     112    Game::Game(const std::string& cmdLine)
    113113    {
    114114        if (singletonRef_s != 0)
     
    137137
    138138        // Create the Core
    139         this->core_ = new Core(argc, argv);
     139        this->core_ = new Core(cmdLine);
    140140
    141141        // After the core has been created, we can safely instantiate the GameStates
Note: See TracChangeset for help on using the changeset viewer.