Merged heads.

This commit is contained in:
andrewborba 2009-06-04 21:00:03 -07:00
commit e1e38fdf2d

View File

@ -281,7 +281,7 @@ VolResetCountDown(client = -1)
else
{
// Reset all volume counters.
for (new clientIndex = 0; clientIndex <= MAXPLAYERS + 1; clientIndex++)
for (new clientIndex = 0; clientIndex < MAXPLAYERS + 1; clientIndex++)
{
for (new volumeIndex = 0; volumeIndex < ZR_VOLUMES_MAX; volumeIndex++)
{