Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_BasicSound.h309 unsigned long GetPlayFrameCount() const { return m_UpdateCounter; } in GetPlayFrameCount()
411 u32 m_UpdateCounter; variable
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_BasicSound.cpp84 m_UpdateCounter = 0; in Initialize()
396 if ( m_UpdateCounter < 0xffffffff ) m_UpdateCounter++; in Update()
433 if ( m_UpdateCounter > 0 ) in Update()