mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'clang-fix' into 'next'
use fixed_t so abs() would work See merge request KartKrew/Kart-Public!86
This commit is contained in:
commit
d115611fce
1 changed files with 2 additions and 2 deletions
|
|
@ -4896,9 +4896,9 @@ void G_WriteGhostTic(mobj_t *ghost)
|
||||||
void G_ConsGhostTic(void)
|
void G_ConsGhostTic(void)
|
||||||
{
|
{
|
||||||
UINT8 ziptic;
|
UINT8 ziptic;
|
||||||
UINT32 px,py,pz,gx,gy,gz;
|
fixed_t px,py,pz,gx,gy,gz;
|
||||||
mobj_t *testmo;
|
mobj_t *testmo;
|
||||||
UINT32 syncleeway;
|
fixed_t syncleeway;
|
||||||
boolean nightsfail = false;
|
boolean nightsfail = false;
|
||||||
|
|
||||||
if (!demo_p || !demo_start)
|
if (!demo_p || !demo_start)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue