Return to the main menu after completing a user map

git-svn-id: https://svn.eduke32.com/eduke32@8015 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2019-08-15 04:39:42 +00:00 committed by Christoph Oelckers
parent 7bf4a722fb
commit 733cb636cd

View file

@ -6248,7 +6248,7 @@ static int G_EndOfLevel(void)
// Clear potentially loaded per-map ART only after the bonus screens.
artClearMapArt();
if (ud.eog)
if (ud.eog || G_HaveUserMap())
{
ud.eog = 0;
if ((!g_netServer && ud.multimode < 2))