mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-04 04:36:21 +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
|
||||
{
|
||||
for (sfx = 0; sfx < NUMSFX; sfx++)
|
||||
for (sfx = 0; sfx < sfxfree; sfx++)
|
||||
{
|
||||
if (S_sfx[sfx].name && fasticmp(sound, S_sfx[sfx].name))
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue