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/orxonox/GraphicsManager.cc

    r3280 r3323  
    278278        boost::filesystem::path folder(ogrePluginsFolder_);
    279279        // Do some SubString magic to get the comma separated list of plugins
    280         SubString plugins(ogrePlugins_, ",", " ", false, 92, false, 34, false, 40, 41, false, '\0');
     280        SubString plugins(ogrePlugins_, ",", " ", false, '\\', false, '"', false, '(', ')', false, '\0');
    281281        // Use backslash paths on Windows! file_string() already does that though.
    282282        for (unsigned int i = 0; i < plugins.size(); ++i)
Note: See TracChangeset for help on using the changeset viewer.