mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 03:41:15 +00:00
SERVER/FTE: Remove dland2.wav dependancy.
This commit is contained in:
parent
ab21e3d6e0
commit
3fabf292c2
2 changed files with 0 additions and 12 deletions
|
@ -1775,8 +1775,6 @@ void(entity where) spawn_a_zombieB =
|
|||
|
||||
//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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue