Changeset 2727
- Timestamp:
- 03/01/09 21:11:40 (4 years ago)
- Files:
-
- 1 modified
-
code/trunk/src/core/Core.cc (modified) (1 diff)
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 }







