Merged heads, with manual fixes to not revert newer changes.

This commit is contained in:
richard
2009-04-27 19:51:29 +02:00
35 changed files with 1161 additions and 521 deletions

View File

@ -359,7 +359,7 @@ ClassGetActiveIndex(client)
else
{
// Not in admin mode, check if player is human or zombie.
if (IsPlayerHuman(client))
if (InfectIsClientHuman(client))
{
teamid = ZR_CLASS_TEAM_HUMANS;
}