mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
Apply compatibility flags to all map format
UDMF maps were no affected by settings in compatibility.txt
This commit is contained in:
parent
bfaa09c429
commit
a11e9ca4dc
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue