gzdoom-gles/wadsrc/static/zscript/ui
Alexander d6396e79fb add empty line after standard options
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.
2019-08-31 21:34:09 +02:00
..
menu add empty line after standard options 2019-08-31 21:34:09 +02:00
statscreen - made author names work with title patches. 2019-08-07 12:09:47 +02:00
statusbar Fix typo in Heretic status bar 2019-08-31 03:46:05 -04:00