diff options
-rw-r--r-- | src/wi_stuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wi_stuff.c b/src/wi_stuff.c index 238462de..5e87069e 100644 --- a/src/wi_stuff.c +++ b/src/wi_stuff.c @@ -427,7 +427,7 @@ void WI_drawLF(void) { int y = WI_TITLEY; - if (wbs->last < NUMCMAPS) + if (gamemode != commercial || wbs->last < NUMCMAPS) { // draw <LevelName> V_DrawPatch((SCREENWIDTH - SHORT(lnames[wbs->last]->width))/2, |