From c7842a8de8d0f876170572d011a6455e1c644cd6 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Tue, 24 Feb 2015 20:13:03 -0600 Subject: [PATCH] Fix not-Windows --- src/g_level.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;