mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-22 10:51:54 +00:00
if you going to use abs(), you need to work in signed types
This commit is contained in:
parent
5e9a11d467
commit
cec79dee87
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…
Reference in a new issue