Fixed comparing unsigned/signed mess

This commit is contained in:
Alam Arias 2019-03-04 20:26:44 -05:00
parent 489ca12bd3
commit dff82fffff
1 changed files with 1 additions and 1 deletions

View File

@ -5422,7 +5422,7 @@ void G_ConsAllGhostTics(void)
void G_ConsGhostTic(INT32 playernum)
{
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;