diff --git a/src/d_dehacked.cpp b/src/d_dehacked.cpp index e1a86b8fca..8c456517e6 100644 --- a/src/d_dehacked.cpp +++ b/src/d_dehacked.cpp @@ -2505,9 +2505,9 @@ static bool DoDehPatch() { if (PatchFile[25] < '3') { + Printf (PRINT_BOLD, "\"%s\" is an old and unsupported DeHackEd patch\n", PatchName); delete[] PatchName; delete[] PatchFile; - Printf (PRINT_BOLD, "\"%s\" is an old and unsupported DeHackEd patch\n", PatchFile); return false; } // fix for broken WolfenDoom patches which contain \0 characters in some places.