diff --git a/src/g_game.c b/src/g_game.c index e3a1f3cd..62bc4d8d 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -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;