From 6b5f00eadeccf2a0754edf5391815ce3a44ff21d Mon Sep 17 00:00:00 2001 From: Alam Arias Date: Mon, 4 Mar 2019 20:35:13 -0500 Subject: [PATCH] more unsigned mess --- src/g_game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_game.c b/src/g_game.c index 4671b4da..19b062da 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -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)