Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Ds_sound.h73 SF_NOINTERRUPT = 32, // Only play this sound if it isn't already playing on the origin enumerator
H A Ddeh_tables.c5061 {"SF_NOINTERRUPT",SF_NOINTERRUPT},
H A Ds_sound.c217 if (sfxinfo->pitch & SF_NOINTERRUPT) in S_getChannel()