]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/qe3.cpp
automatically run the decompiler when specifying a BSP file in Import...
[xonotic/netradiant.git] / radiant / qe3.cpp
index 0291d2cfb9b2a12014a13cf4f9696ff66c4de4c2..c707d5613304b81c9e76b14aa4dfec796c668e7d 100644 (file)
@@ -333,7 +333,7 @@ void RunBSP(const char* name)
 #endif
       globalOutputStream() << "Writing the compile script to '" << batpath << "'\n";
       globalOutputStream() << "The build output will be saved in '" << junkpath << "'\n";
-      Q_Exec(batpath, NULL, NULL, true);
+      Q_Exec(batpath, NULL, NULL, true, false);
     }
   }