From a11e9ca4dc44c6b767490119afa7b0393a398606 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 24 Dec 2017 10:33:29 +0200 Subject: [PATCH] Apply compatibility flags to all map format UDMF maps were no affected by settings in compatibility.txt --- src/p_setup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/p_setup.cpp b/src/p_setup.cpp index ea8b69649..b87bf6b87 100644 --- a/src/p_setup.cpp +++ b/src/p_setup.cpp @@ -3815,8 +3815,6 @@ void P_SetupLevel (const char *lumpname, int position) P_LoadThings (map); else P_LoadThings2 (map); // [RH] Load Hexen-style things - - SetCompatibilityParams(); } else { @@ -3825,6 +3823,8 @@ void P_SetupLevel (const char *lumpname, int position) times[0].Unclock(); } + SetCompatibilityParams(); + times[6].Clock(); P_LoopSidedefs (true); times[6].Unclock();