Skip to content

Commit 4e95f6d

Browse files
committed
- fix tanner shadow appearance on linux Release build
1 parent 8fb32c3 commit 4e95f6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src_rebuild/Game/C/motion_c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1856,7 +1856,7 @@ void TannerShadow(LPPEDESTRIAN pDrawingPed, VECTOR* pPedPos, SVECTOR* pLightPos,
18561856

18571857
for (i = 0; i < 4; i++)
18581858
{
1859-
cn = rcos(Tangle); sn = rsin(Tangle);
1859+
cn = RCOS(Tangle); sn = RSIN(Tangle);
18601860

18611861
vx = vert[i].vx; vz = vert[i].vz;
18621862

0 commit comments

Comments
 (0)