From 265ac4de34b87a8ad664e1795b41f6125d6ce040 Mon Sep 17 00:00:00 2001 From: yamamama Date: Sat, 6 Dec 2025 00:01:17 -0500 Subject: [PATCH] Format this better --- src/d_main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/d_main.cpp b/src/d_main.cpp index 710a3c51b..e20a51321 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -1905,7 +1905,7 @@ void D_SRB2Main(void) if (WADNAMECHECK(word)) { if (!(pstartmap = wadnamemap)) - I_Error("Bad '%s' level warp; pstartmap (%d) != wadnamemap (%d).\n" + I_Error("Bad '%s' level warp; wadnamemap is %d.\n" #if defined (_WIN32) "Are you using MSDOS 8.3 filenames in Zone Builder?\n" "\n" @@ -1913,7 +1913,7 @@ void D_SRB2Main(void) "Go to the Testing tab and make sure \"Use short paths and file names\" is turned off.\n" "(The option is hidden by default. Check \"Customize parameters\" to show it.)\n" #endif - , word, pstartmap, wadnamemap); + , word, wadnamemap); } else {