Build fix.

This commit is contained in:
The Dax 2013-09-15 13:12:55 -04:00
parent 35c434165b
commit 11a49c05fe

View File

@ -135,7 +135,7 @@ int WINAPI WinMain(HINSTANCE _hInstance, HINSTANCE hPrevInstance, LPSTR szCmdLin
// Load config up here, because those changes below would be overwritten
// if it's not loaded here first.
g_Config.Load(configFilename, controlsConfigFilename);
g_Config.Load(configFilename.c_str(), controlsConfigFilename.c_str());
// The rest is handled in NativeInit().
for (int i = 1; i < __argc; ++i)