mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 11:51:11 +00:00
Allow Zombie Skins on everything else (not FTE)
This commit is contained in:
parent
5bc426ab95
commit
c2ad06a796
1 changed files with 2 additions and 2 deletions
|
@ -1732,7 +1732,7 @@ void(entity where) spawn_a_zombieB =
|
|||
|
||||
LinkZombiesHitbox();
|
||||
|
||||
#ifdef CTR
|
||||
#ifndef PC
|
||||
//
|
||||
// Zombie skin setting
|
||||
//
|
||||
|
@ -1747,7 +1747,7 @@ void(entity where) spawn_a_zombieB =
|
|||
szombie.skin = 2;
|
||||
else
|
||||
szombie.skin = 3;
|
||||
#endif // CTR
|
||||
#endif // PC
|
||||
|
||||
szombie.head.skin = szombie.larm.skin = szombie.rarm.skin = szombie.skin;
|
||||
|
||||
|
|
Loading…
Reference in a new issue