Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2727


Ignore:
Timestamp:
Mar 1, 2009, 9:11:40 PM (15 years ago)
Author:
rgrieder
Message:

Minor fix (double slashes).

File:
1 edited

Legend:

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

    r2712 r2727  
    137137        SetConfigValue(bInitializeRandomNumberGenerator_, true).description("If true, all random actions are different each time you start the game").callback(this, &Core::initializeRandomNumberGenerator);
    138138
    139         SetConfigValue(mediaPathString_, Core::getMediaPathPOSIXString())
     139        SetConfigValue(mediaPathString_, mediaPath_g.string())
    140140            .description("Relative path to the game data.").callback(this, &Core::mediaPathChanged);
    141141    }
Note: See TracChangeset for help on using the changeset viewer.