From 85f3be58895aea1d68adf31fd126d849db601627 Mon Sep 17 00:00:00 2001 From: wolfy852 Date: Fri, 1 Feb 2019 15:45:53 -0600 Subject: [PATCH] Comment out type --- 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 7cddad08..df7119c3 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -5134,7 +5134,7 @@ void G_GhostTicker(void) if (ziptic & EZT_HIT) { // Spawn hit poofs for killing things! UINT16 i, count = READUINT16(g->p), health; - UINT32 type; + //UINT32 type; fixed_t x,y,z; angle_t angle; mobj_t *poof;