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/Core.cc

    r3280 r3323  
    229229
    230230
    231     Core::Core(int argc, char** argv)
     231    Core::Core(const std::string& cmdLine)
    232232    {
    233233        if (singletonRef_s != 0)
     
    242242
    243243        // Parse command line arguments first
    244         CommandLine::parseCommandLine(argc, argv);
     244        CommandLine::parseCommandLine(cmdLine);
    245245
    246246        // Determine and set the location of the executable
Note: See TracChangeset for help on using the changeset viewer.