[Orxonox-commit 12] r2727 - trunk/src/core

rgrieder at orxonox.net rgrieder at orxonox.net
Sun Mar 1 21:11:40 CET 2009


Author: rgrieder
Date: 2009-03-01 21:11:40 +0100 (Sun, 01 Mar 2009)
New Revision: 2727

Modified:
   trunk/src/core/Core.cc
Log:
Minor fix (double slashes).

Modified: trunk/src/core/Core.cc
===================================================================
--- trunk/src/core/Core.cc	2009-03-01 19:47:42 UTC (rev 2726)
+++ trunk/src/core/Core.cc	2009-03-01 20:11:40 UTC (rev 2727)
@@ -136,7 +136,7 @@
         SetConfigValue(language_, Language::getLanguage().defaultLanguage_).description("The language of the ingame text").callback(this, &Core::languageChanged);
         SetConfigValue(bInitializeRandomNumberGenerator_, true).description("If true, all random actions are different each time you start the game").callback(this, &Core::initializeRandomNumberGenerator);
 
-        SetConfigValue(mediaPathString_, Core::getMediaPathPOSIXString())
+        SetConfigValue(mediaPathString_, mediaPath_g.string())
             .description("Relative path to the game data.").callback(this, &Core::mediaPathChanged);
     }
 




More information about the Orxonox-commit mailing list