Better desc

This commit is contained in:
Diavolo 2021-07-16 19:08:50 +02:00
parent e1268f7ae8
commit a5b8643cdd
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5
2 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@
| `--disable-bitmessage` | Disable use of BitMessage completely. | | `--disable-bitmessage` | Disable use of BitMessage completely. |
| `--disable-base128` | Disable base128 encoding for minidumps. | | `--disable-base128` | Disable base128 encoding for minidumps. |
| `--no-new-structure` | Do not use new virtual path structure (separating headers and source files). | | `--no-new-structure` | Do not use new virtual path structure (separating headers and source files). |
| `--generate_iw4x_specific_zones` | Generates zones that can only be loaded by IW4x. | | `--iw4x-zones` | Zonebuilder generates iw4x zones that cannot be loaded without IW4x specific patches. |
## Command line arguments ## Command line arguments

View File

@ -75,8 +75,8 @@ newoption {
} }
newoption { newoption {
trigger = "generate_iw4x_specific_zones", trigger = "iw4x-zones",
description = "Generates zones that can only be loaded by IW4x." description = "Zonebuilder generates iw4x zones that cannot be loaded without IW4x specific patches."
} }
newaction { newaction {
@ -329,7 +329,7 @@ workspace "iw4x"
if _OPTIONS["force-exception-handler"] then if _OPTIONS["force-exception-handler"] then
defines { "FORCE_EXCEPTION_HANDLER" } defines { "FORCE_EXCEPTION_HANDLER" }
end end
if _OPTIONS["generate_iw4x_specific_zones"] then if _OPTIONS["iw4x-zones"] then
defines { "GENERATE_IW4X_SPECIFIC_ZONES" } defines { "GENERATE_IW4X_SPECIFIC_ZONES" }
end end