diff --git a/source/server/ai/zombie_core.qc b/source/server/ai/zombie_core.qc index f55373a..76757ed 100644 --- a/source/server/ai/zombie_core.qc +++ b/source/server/ai/zombie_core.qc @@ -1774,8 +1774,6 @@ void(entity where) spawn_a_zombieB = self = old_self; //LinkZombiesHitbox(); - -#ifndef FTE // // Zombie skin setting @@ -1792,8 +1790,6 @@ void(entity where) spawn_a_zombieB = else szombie.skin = 3; -#endif // FTE - szombie.head.skin = szombie.larm.skin = szombie.rarm.skin = szombie.skin; // set up timer for next spawn diff --git a/source/server/main.qc b/source/server/main.qc index 772b550..0739d60 100644 --- a/source/server/main.qc +++ b/source/server/main.qc @@ -289,14 +289,6 @@ void() precaches = // null precache_sound("sounds/null.wav"); - -#ifdef FTE - - // Moto -- FIXME: compile FTE to remove this engine sound request - precache_sound ("demon/dland2.wav"); - -#endif // FTE - } //called when map loaded