fix engine crash bug in 0c0ce1adfc

This commit is contained in:
2016-08-24 23:06:51 +02:00
parent 21c2ac40a8
commit ab210d531e
2 changed files with 3 additions and 3 deletions

View File

@ -437,7 +437,7 @@ InfectOnRoundEnd()
ZREndTimer(tInfectCountdown);
// x = client index.
for (new x = 1; x <= MaxClients; x++)
for (new x = 1; x <= MaxClients; x++)
{
// Disable zombie flag on client.
bZombie[x] = false;