Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_Voice.h106 static const u32 VOICE_PRIORITY_RELEASE = VOICE_PRIORITY_USE - 1; variable
109 static const u32 VOICE_PRIORITY_RELEASE = 1; variable
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Voice.cpp843 pChannel->SetPriority( VOICE_PRIORITY_RELEASE ); in SetPriority()