if you going to use abs(), you need to work in signed types

This commit is contained in:
Alam Arias 2019-02-22 21:04:53 -05:00
parent 5e9a11d467
commit cec79dee87
1 changed files with 1 additions and 1 deletions

View File

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