- fixed Exhumed panning setup.

Converted it to floating point and removed the nonsensical & with the texture size that was clearing significant bits.
This commit is contained in:
Christoph Oelckers 2021-12-22 13:57:10 +01:00
parent 6423684bfb
commit a2fc415b30
2 changed files with 15 additions and 73 deletions

View file

@ -14,6 +14,7 @@ enum EInterpolationType
Interp_Wall_Y,
Interp_Pan_First,
// order of the following 4 flags must match the corresponding sector flags.
Interp_Sect_FloorPanX = Interp_Pan_First,
Interp_Sect_FloorPanY,
Interp_Sect_CeilingPanX,