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:
Sal 2019-02-26 17:49:28 -05:00
commit d115611fce

View file

@ -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)