mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
umapinfo: don't show menu for only one episode (#805)
This commit is contained in:
parent
e72887abbc
commit
6fcb0fe888
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user