mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-09 06:50:49 +00:00
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:
parent
7bf4a722fb
commit
733cb636cd
1 changed files with 1 additions and 1 deletions
|
@ -6248,7 +6248,7 @@ static int G_EndOfLevel(void)
|
||||||
// Clear potentially loaded per-map ART only after the bonus screens.
|
// Clear potentially loaded per-map ART only after the bonus screens.
|
||||||
artClearMapArt();
|
artClearMapArt();
|
||||||
|
|
||||||
if (ud.eog)
|
if (ud.eog || G_HaveUserMap())
|
||||||
{
|
{
|
||||||
ud.eog = 0;
|
ud.eog = 0;
|
||||||
if ((!g_netServer && ud.multimode < 2))
|
if ((!g_netServer && ud.multimode < 2))
|
||||||
|
|
Loading…
Reference in a new issue