maxClients -> MaxClients in sdktools_sound.inc (fix bug 3985, r=psychonicsux)

This commit is contained in:
Fyren 2010-02-10 11:07:21 -08:00
parent 6ed4720df3
commit 6f04dad428

View File

@ -403,7 +403,7 @@ stock EmitSoundToAll(const String:sample[],
bool:updatePos = true,
Float:soundtime = 0.0)
{
new clients[maxClients];
new clients[MaxClients];
new total = 0;
for (new i=1; i<=MaxClients; i++)