diff --git a/src/m_menu.c b/src/m_menu.c index 57b9baa5..da41af9f 100644 --- a/src/m_menu.c +++ b/src/m_menu.c @@ -733,7 +733,7 @@ void M_NewGame(int choice) return; } - if ( ((gamemode == commercial) && !EpiCustom) || EpiDef.numitems == 0) + if ( ((gamemode == commercial) && !EpiCustom) || EpiDef.numitems <= 1) M_SetupNextMenu(&NewDef); else {