mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-27 18:24:40 +00:00
Comment out type
This commit is contained in:
parent
6cdc1f4f24
commit
7d05d41cf3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue