automatically run the decompiler when specifying a BSP file in Import...

This commit is contained in:
Rudolf Polzer
2010-10-10 16:04:41 +02:00
parent 599056d188
commit 7a0665f156
7 changed files with 88 additions and 23 deletions

View 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);
}
}