From 6f04dad428eb5a94798646a8c19b9677318179ff Mon Sep 17 00:00:00 2001 From: Fyren Date: Wed, 10 Feb 2010 11:07:21 -0800 Subject: [PATCH] maxClients -> MaxClients in sdktools_sound.inc (fix bug 3985, r=psychonicsux) --- plugins/include/sdktools_sound.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/sdktools_sound.inc b/plugins/include/sdktools_sound.inc index f262caf5..34c16967 100644 --- a/plugins/include/sdktools_sound.inc +++ b/plugins/include/sdktools_sound.inc @@ -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++)