fix engine crash bug in 0c0ce1adfc
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user