summaryrefslogtreecommitdiff
path: root/src/game/rocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/rocket.cpp')
-rw-r--r--src/game/rocket.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/rocket.cpp b/src/game/rocket.cpp
index 5310922..ccdc788 100644
--- a/src/game/rocket.cpp
+++ b/src/game/rocket.cpp
@@ -64,6 +64,7 @@ void rocket_t::on_think(void)
bullet_miss = new fx_bullet_miss_t(game, trace.end, true);
bullet_miss->place(world);
} else {
+ cmodel.ignore = true;
game->explosion(trace.end);
}