mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fixed comparing unsigned/signed mess
This commit is contained in:
parent
c68cfbdda0
commit
c209e211ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue