Merge branch 'screenshot-menu-header' into 'master'

Actually use the "SCREENSHOT OPTIONS" header for its menu.

See merge request STJr/SRB2!832
This commit is contained in:
LJ Sonic 2020-03-18 10:56:35 -04:00
commit 38bcfe4997

View file

@ -2204,7 +2204,7 @@ menu_t OP_DataOptionsDef = DEFAULTMENUSTYLE(
menu_t OP_ScreenshotOptionsDef =
{
MN_OP_MAIN + (MN_OP_DATA << 6) + (MN_OP_SCREENSHOTS << 12),
"M_DATA",
"M_SCREEN",
sizeof (OP_ScreenshotOptionsMenu)/sizeof (menuitem_t),
&OP_DataOptionsDef,
OP_ScreenshotOptionsMenu,