- remove the 'F' prefix from the floating point access function to the sidedef texture info, now that the fixed point versions are gone.
This commit is contained in:
parent
be8d1b46a7
commit
35a6994d0a
8 changed files with 41 additions and 41 deletions
|
|
@ -1447,10 +1447,10 @@ void R_DrawSkyPlane (visplane_t *pl)
|
|||
// to allow sky rotation as well as careful positioning.
|
||||
// However, the offset is scaled very small, so that it
|
||||
// allows a long-period of sky rotation.
|
||||
skyangle += FLOAT2FIXED(s->GetTextureXOffsetF(pos));
|
||||
skyangle += FLOAT2FIXED(s->GetTextureXOffset(pos));
|
||||
|
||||
// Vertical offset allows careful sky positioning.
|
||||
skymid = s->GetTextureYOffsetF(pos) - 28;
|
||||
skymid = s->GetTextureYOffset(pos) - 28;
|
||||
|
||||
// We sometimes flip the picture horizontally.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue