diff --git a/source/server/ai/zombie_core.qc b/source/server/ai/zombie_core.qc index 1d4b26e..4831f1e 100644 --- a/source/server/ai/zombie_core.qc +++ b/source/server/ai/zombie_core.qc @@ -1828,13 +1828,17 @@ void(entity where) spawn_a_zombieB = #endif // FTE - szombie.solid = SOLID_SLIDEBOX; - #ifdef FTE + szombie.solid = SOLID_SLIDEBOX; + szombie.dimension_solid = HITBOX_DIM_ZOMBIES; szombie.dimension_hit &= ~HITBOX_DIM_ZOMBIES; +#else + + szombie.solid = SOLID_CORPSE; + #endif // FTE szombie.movetype = MOVETYPE_WALK;