maxClients -> MaxClients in sdktools_sound.inc (fix bug 3985, r=psychonicsux)
This commit is contained in:
parent
6ed4720df3
commit
6f04dad428
@ -403,7 +403,7 @@ stock EmitSoundToAll(const String:sample[],
|
|||||||
bool:updatePos = true,
|
bool:updatePos = true,
|
||||||
Float:soundtime = 0.0)
|
Float:soundtime = 0.0)
|
||||||
{
|
{
|
||||||
new clients[maxClients];
|
new clients[MaxClients];
|
||||||
new total = 0;
|
new total = 0;
|
||||||
|
|
||||||
for (new i=1; i<=MaxClients; i++)
|
for (new i=1; i<=MaxClients; i++)
|
||||||
|
Loading…
Reference in New Issue
Block a user