fix import decompiling
This commit is contained in:
parent
917677bab9
commit
043b4d7705
|
|
@ -1690,7 +1690,7 @@ tryDecompile:
|
||||||
output.push_string((type && *type) ? type : "quake3");
|
output.push_string((type && *type) ? type : "quake3");
|
||||||
output.push_string(" -fs_basepath \"");
|
output.push_string(" -fs_basepath \"");
|
||||||
output.push_string(EnginePath_get());
|
output.push_string(EnginePath_get());
|
||||||
output.push_string(" -fs_homepath \"");
|
output.push_string("\" -fs_homepath \"");
|
||||||
output.push_string(g_qeglobals.m_userEnginePath.c_str());
|
output.push_string(g_qeglobals.m_userEnginePath.c_str());
|
||||||
output.push_string("\" -fs_game ");
|
output.push_string("\" -fs_game ");
|
||||||
output.push_string(gamename_get());
|
output.push_string(gamename_get());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user