Comment out type

This commit is contained in:
wolfy852 2019-02-01 15:45:53 -06:00
parent b5b4e1fcc8
commit 85f3be5889
1 changed files with 1 additions and 1 deletions

View File

@ -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;