diff --git a/src/g_level.cpp b/src/g_level.cpp index 7593a3812..60609050a 100644 --- a/src/g_level.cpp +++ b/src/g_level.cpp @@ -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;