mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-14 16:41:13 +00:00
d6396e79fb
Rationale: When a mod adds a custom option menu, it adds a space before it, like this: ``` AddOptionMenu OptionsMenu { StaticText "" Submenu "$MYTITLE", MyOptions } ``` to prevent custom option menu being in the same block as the last entries in the standard options list. It's okay. But when more than one such mod is loaded, each one of them adds a space before their option menu entry, and Options Menu becomes unnecessary bloated. This simple edit allows mods to not add a space, still be separated from standard options. |
||
---|---|---|
.. | ||
actors | ||
scriptutil | ||
ui | ||
base.zs | ||
compatibility.zs | ||
constants.zs | ||
destructible.zs | ||
dynarrays.zs | ||
events.zs | ||
level_compatibility.zs | ||
mapdata.zs | ||
sounddata.zs | ||
zscript_license.txt |