From 4d67f68aec0b40eec0393850f5085540830bca4c Mon Sep 17 00:00:00 2001 From: Anonimus Date: Tue, 11 Nov 2025 02:38:05 -0500 Subject: [PATCH] At least explain why WADNAME warps shit themselves --- 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 5d9016a0e..612ddc0b2 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -1860,7 +1860,7 @@ void D_SRB2Main(void) if (WADNAMECHECK(word)) { if (!(pstartmap = wadnamemap)) - I_Error("Bad '%s' level warp.\n" + I_Error("Bad '%s' level warp; pstartmap (%d) != wadnamemap (%d)).\n" #if defined (_WIN32) "Are you using MSDOS 8.3 filenames in Zone Builder?\n" "\n" @@ -1868,7 +1868,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); + , word, pstartmap, wadnamemap); } else {