summaryrefslogtreecommitdiff
path: root/src/game/g_cmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_cmds.c')
-rw-r--r--src/game/g_cmds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c
index 00302fc1..5bad0553 100644
--- a/src/game/g_cmds.c
+++ b/src/game/g_cmds.c
@@ -1766,6 +1766,7 @@ void Cmd_Destroy_f( gentity_t *ent )
// Always let the builder prevent the explosion
if( traceEnt->health <= 0 )
{
+ G_QueueBuildPoints( traceEnt );
G_FreeEntity( traceEnt );
return;
}