diff --git a/Build/Compilers/Nodebuilders/zdbsp.cfg b/Build/Compilers/Nodebuilders/zdbsp.cfg index 8e981cfd..86c34aec 100644 --- a/Build/Compilers/Nodebuilders/zdbsp.cfg +++ b/Build/Compilers/Nodebuilders/zdbsp.cfg @@ -29,18 +29,11 @@ nodebuilders parameters = "-c -o%FO %FI"; // -c adds comment indices in UDMF format. This is not documented in the ZDBSP usage. } - + zdbsp_fast { title = "ZDBSP - Fast (no reject)"; compiler = "zdbsp"; parameters = "-R -o%FO %FI"; } - - zdbsp_compressed - { - title = "ZDBSP - Compress nodes"; - compiler = "zdbsp"; - parameters = "-z -o%FO %FI"; - } } diff --git a/Build/Compilers/Nodebuilders/zdbsp.exe b/Build/Compilers/Nodebuilders/zdbsp.exe index cc740beb..494be809 100644 Binary files a/Build/Compilers/Nodebuilders/zdbsp.exe and b/Build/Compilers/Nodebuilders/zdbsp.exe differ