mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-11 09:12:22 +00:00
if you going to use abs(), you need to work in signed types
This commit is contained in:
parent
ea0da92c22
commit
e741c3a0d6
1 changed files with 1 additions and 1 deletions
|
|
@ -4896,7 +4896,7 @@ void G_WriteGhostTic(mobj_t *ghost)
|
|||
void G_ConsGhostTic(void)
|
||||
{
|
||||
UINT8 ziptic;
|
||||
UINT32 px,py,pz,gx,gy,gz;
|
||||
fixed_t px,py,pz,gx,gy,gz;
|
||||
mobj_t *testmo;
|
||||
UINT32 syncleeway;
|
||||
boolean nightsfail = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue