Skip to content

Commit

Permalink
Fix missile explosions not showing up.
Browse files Browse the repository at this point in the history
  • Loading branch information
enneract committed Jun 22, 2015
1 parent 6aa69fe commit 1b13c25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/game/g_missile.c
Expand Up @@ -101,6 +101,8 @@ void G_ExplodeMissile( gentity_t *ent )

ent->s.eType = ET_GENERAL;

G_AddEvent( ent, EV_MISSILE_MISS, DirToByte( dir ) );

ent->freeAfterEvent = qtrue;

// splash damage
Expand Down

0 comments on commit 1b13c25

Please sign in to comment.