Allow Zombie Skins on everything else (not FTE)

This commit is contained in:
Ian 2022-12-21 15:18:47 -05:00
parent 5bc426ab95
commit c2ad06a796

View file

@ -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;