Tweak map start message printed to the log

git-svn-id: https://svn.eduke32.com/eduke32@7902 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2019-08-07 22:36:20 +00:00 committed by Christoph Oelckers
parent 4523515a33
commit 2e325b0f5b

View file

@ -2044,6 +2044,8 @@ int G_EnterLevel(int gameMode)
if (G_HaveUserMap())
OSD_Printf(OSDTEXT_YELLOW "User Map: %s\n", boardfilename);
else if (FURY)
OSD_Printf(OSDTEXT_YELLOW "Entering: %s\n", m.name);
else
OSD_Printf(OSDTEXT_YELLOW "E%dL%d: %s\n", ud.volume_number + 1, ud.level_number + 1, m.name);