summaryrefslogtreecommitdiff
path: root/src/game/g_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_main.c')
-rw-r--r--src/game/g_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c
index 7019451a..d5b6479f 100644
--- a/src/game/g_main.c
+++ b/src/game/g_main.c
@@ -1823,7 +1823,8 @@ start = trap_Milliseconds();
continue;
}
- if ( ( ent->s.eType == ET_ITEM || ent->s.eType == ET_BUILDABLE ) || ent->physicsObject ) {
+ if ( ent->s.eType == ET_ITEM || ent->s.eType == ET_BUILDABLE ||
+ ent->s.eType == ET_CORPSE || ent->physicsObject ) {
G_RunItem( ent );
continue;
}