Apply compatibility flags to all map format

UDMF maps were no affected by settings in compatibility.txt
This commit is contained in:
alexey.lysiuk 2017-12-24 10:33:29 +02:00
parent bfaa09c429
commit a11e9ca4dc
1 changed files with 2 additions and 2 deletions

View File

@ -3815,8 +3815,6 @@ void P_SetupLevel (const char *lumpname, int position)
P_LoadThings (map); P_LoadThings (map);
else else
P_LoadThings2 (map); // [RH] Load Hexen-style things P_LoadThings2 (map); // [RH] Load Hexen-style things
SetCompatibilityParams();
} }
else else
{ {
@ -3825,6 +3823,8 @@ void P_SetupLevel (const char *lumpname, int position)
times[0].Unclock(); times[0].Unclock();
} }
SetCompatibilityParams();
times[6].Clock(); times[6].Clock();
P_LoopSidedefs (true); P_LoopSidedefs (true);
times[6].Unclock(); times[6].Unclock();