X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=radiant%2Fqe3.cpp;h=c707d5613304b81c9e76b14aa4dfec796c668e7d;hp=0291d2cfb9b2a12014a13cf4f9696ff66c4de4c2;hb=7a0665f15618af649d736d25d8e56bc8eeab8f24;hpb=0c20b6e1400d759a90b6feebc9c2050274e20bca diff --git a/radiant/qe3.cpp b/radiant/qe3.cpp index 0291d2cf..c707d561 100644 --- a/radiant/qe3.cpp +++ b/radiant/qe3.cpp @@ -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); } }