Home
last modified time | relevance | path

Searched refs:SF_TOTALLYSINGLE (Results 1 – 3 of 3) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Ds_sound.h68 SF_TOTALLYSINGLE = 1, // Only play one of these sounds at a time...GLOBALLY enumerator
H A Ddeh_tables.c5056 {"SF_TOTALLYSINGLE",SF_TOTALLYSINGLE},
H A Ds_sound.c225 && channels[cnum].sfxinfo->pitch == SF_TOTALLYSINGLE && sfxinfo->pitch == SF_TOTALLYSINGLE) in S_getChannel()