Skip to content

Commit

Permalink
Check M_SVOL lump replaced before showing CONSOLE... in menu
Browse files Browse the repository at this point in the history
(Pirate Doom 2 replaces M_ENDGAM but nothing else in options menu.)
  • Loading branch information
bradharding committed Aug 23, 2024
1 parent d233218 commit 11a8b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/m_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -4684,7 +4684,7 @@ void M_Init(void)

OptionsDef.laston = msgs;

if (W_CheckNumForName("M_CONSOL") < 0 && W_GetNumLumps("M_ENDGAM") > 1 && M_OPTTTL && !DBIGFONT)
if (W_CheckNumForName("M_CONSOL") < 0 && W_GetNumLumps("M_SVOL") > 1 && M_OPTTTL && !DBIGFONT)
{
OptionsDef.numitems--;
OptionsDef.y = 37;
Expand Down

0 comments on commit 11a8b56

Please sign in to comment.