Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_BasicSound.cpp85 m_AutoStopCounter = 0; in Initialize()
331 m_AutoStopCounter = frames; in SetAutoStopCounter()
385 if ( m_AutoStopCounter == 0 ) in Update()
396 --m_AutoStopCounter; in Update()
/NW4C-2.0.3/include/nw/snd/
Dsnd_BasicSound.h433 s32 m_AutoStopCounter; variable