Fix broken flat alignment in Metal Harbor

This commit is contained in:
GenericHeroGuy 2025-07-18 19:35:19 +02:00
parent d94fa42ec8
commit 8f03e233dd

View file

@ -8905,6 +8905,11 @@ boolean P_LoadLevel(boolean fromnetsave, boolean reloadinggamestate)
}
}
// P_PreTicker is gone, but this still needs to be called to avoid misaligned flats
// scrollers are loaded before flat alignment, their interpolators are initialized with zero offsets!
if (mapnamespace != MNS_RINGRACERS)
R_UpdateLevelInterpolators();
if (marathonmode & MA_INGAME)
{
marathonmode |= MA_INIT;