mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
NUMSFX > sfxfree for PlaySound
This commit is contained in:
parent
48a1f7f94d
commit
37f8b0e717
1 changed files with 1 additions and 1 deletions
|
|
@ -2501,7 +2501,7 @@ static void Command_PlaySound(void)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
for (sfx = 0; sfx < NUMSFX; sfx++)
|
for (sfx = 0; sfx < sfxfree; sfx++)
|
||||||
{
|
{
|
||||||
if (S_sfx[sfx].name && fasticmp(sound, S_sfx[sfx].name))
|
if (S_sfx[sfx].name && fasticmp(sound, S_sfx[sfx].name))
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue