Changeset 2727
- Timestamp:
- Mar 1, 2009, 9:11:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/Core.cc
r2712 r2727 137 137 SetConfigValue(bInitializeRandomNumberGenerator_, true).description("If true, all random actions are different each time you start the game").callback(this, &Core::initializeRandomNumberGenerator); 138 138 139 SetConfigValue(mediaPathString_, Core::getMediaPathPOSIXString())139 SetConfigValue(mediaPathString_, mediaPath_g.string()) 140 140 .description("Relative path to the game data.").callback(this, &Core::mediaPathChanged); 141 141 }
Note: See TracChangeset
for help on using the changeset viewer.