mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 09:20:59 +00:00
- 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:
parent
6423684bfb
commit
a2fc415b30
2 changed files with 15 additions and 73 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue