Reverted ZDBSP nodebuilder to latest stable version (1.13)

This commit is contained in:
codeimp 2010-08-28 16:27:10 +00:00
parent 89bf322a74
commit 6119a7b94c
2 changed files with 1 additions and 8 deletions

View file

@ -29,18 +29,11 @@ nodebuilders
parameters = "-c -o%FO %FI"; parameters = "-c -o%FO %FI";
// -c adds comment indices in UDMF format. This is not documented in the ZDBSP usage. // -c adds comment indices in UDMF format. This is not documented in the ZDBSP usage.
} }
zdbsp_fast zdbsp_fast
{ {
title = "ZDBSP - Fast (no reject)"; title = "ZDBSP - Fast (no reject)";
compiler = "zdbsp"; compiler = "zdbsp";
parameters = "-R -o%FO %FI"; parameters = "-R -o%FO %FI";
} }
zdbsp_compressed
{
title = "ZDBSP - Compress nodes";
compiler = "zdbsp";
parameters = "-z -o%FO %FI";
}
} }