Home
last modified time | relevance | path

Searched refs:sfx_lastskinsoundslot (Results 1 – 2 of 2) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dsounds.c838 for (i = sfx_freeslot0; i <= sfx_lastskinsoundslot; i++) in S_InitRuntimeSounds()
913 if (id >= sfx_freeslot0 && id <= sfx_lastskinsoundslot in S_RemoveSoundFx()
H A Dsounds.h883 sfx_lastskinsoundslot = sfx_skinsoundslot0 + NUMSKINSFXSLOTS-1, enumerator