mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-15 14:11:19 +00:00
more unsigned mess
This commit is contained in:
parent
71d0dfb046
commit
6b5f00eade
1 changed files with 1 additions and 1 deletions
|
@ -5424,7 +5424,7 @@ void G_ConsGhostTic(INT32 playernum)
|
|||
UINT8 ziptic;
|
||||
fixed_t px,py,pz,gx,gy,gz;
|
||||
mobj_t *testmo;
|
||||
UINT32 syncleeway;
|
||||
fixed_t syncleeway;
|
||||
boolean nightsfail = false;
|
||||
|
||||
if (!demo_p || !demo_start)
|
||||
|
|
Loading…
Reference in a new issue