StopSound: Fix yet another huge bug.

This commit is contained in:
BotoX
2017-10-22 09:50:57 +02:00
parent a2ca41ee7a
commit b994aeab70
+1 -1
View File
@@ -649,7 +649,7 @@ public Action OnBroadcastSound(int entity, char sample[PLATFORM_MAX_PATH], int c
int client = clients[i]; int client = clients[i];
if(!g_bStopMapMusic[client]) if(!g_bStopMapMusic[client])
{ {
clients[numClients] = clients[i]; clients[newClients] = clients[i];
newClients++; newClients++;
} }
} }