Fix not-Windows

This commit is contained in:
Randy Heit 2015-02-24 20:13:03 -06:00
parent e4a041cb4c
commit c7842a8de8

View file

@ -907,7 +907,7 @@ void G_DoLoadLevel (int position, bool autosave)
"\n\35\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36"
"\36\36\36\36\36\36\36\36\36\36\36\36\37\n\n"
TEXTCOLOR_BOLD "%s - %s\n\n",
mapname, level.LevelName.GetChars());
mapname.GetChars(), level.LevelName.GetChars());
if (wipegamestate == GS_LEVEL)
wipegamestate = GS_FORCEWIPE;