umapinfo: don't show menu for only one episode (#805)

This commit is contained in:
Roman Fomin 2022-11-14 11:36:22 +07:00 committed by GitHub
parent e72887abbc
commit 6fcb0fe888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
{