mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-20 18:52:43 +00:00
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:
parent
4523515a33
commit
2e325b0f5b
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue