]> git.xonotic.org Git - voretournament/voretournament.git/blobdiff - misc/source/netradiant-src/radiant/map.cpp
Latest fteqcc and netradiant sources
[voretournament/voretournament.git] / misc / source / netradiant-src / radiant / map.cpp
index 572459907e56867d1e820a877da5c78dc226f7eb..ec412965883f92352d5465d50c8b9fe61ea3133d 100644 (file)
@@ -1690,6 +1690,8 @@ tryDecompile:
     output.push_string((type && *type) ? type : "quake3");
     output.push_string(" -fs_basepath \"");
     output.push_string(EnginePath_get());
+    output.push_string(" -fs_homepath \"");
+    output.push_string(g_qeglobals.m_userEnginePath.c_str());
     output.push_string("\" -fs_game ");
     output.push_string(gamename_get());
     output.push_string(" -convert -format ");