Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundInstanceManager.h138 Sound* lowPrioSound = GetLowestPrioritySound(); in Alloc() local
139 if ( lowPrioSound == NULL ) return NULL; in Alloc()
140 if ( allocPriority < lowPrioSound->CalcCurrentPlayerPriority() ) return NULL; in Alloc()
147 lowPrioSound->GetSoundType() ) ), in Alloc()
149 lowPrioSound->GetId(), in Alloc()
150 internal::Debug_GetSoundTypeString( lowPrioSound->GetSoundType() ) in Alloc()
152 lowPrioSound->Stop( 0 ); in Alloc()