Planet
navihomeaboutscreenshotsdownloaddevelopmentforum

Changeset 2727

Show
Ignore:
Timestamp:
03/01/09 21:11:40 (4 years ago)
Author:
rgrieder
Message:

Minor fix (double slashes).

Files:
1 modified

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    }