diff --git a/Game/src/game/LuxBase.cpp b/Game/src/game/LuxBase.cpp index 0a5fb775..3b5eaff8 100644 --- a/Game/src/game/LuxBase.cpp +++ b/Game/src/game/LuxBase.cpp @@ -685,8 +685,7 @@ bool cLuxBase::ParseCommandLine(const tString &asCommandline) ////////////////////////////////// //Main Init config file // TODO: Parse the command line better? - msCommandLineMapFile = asCommandline; - msCommandLineMapFile = cString::Sub(msCommandLineMapFile, 5); + msInitConfigFile = cString::To16Char(asCommandline); if(msInitConfigFile==_W("")) msInitConfigFile = _W("config/main_init.cfg"); return true;