| 30 | } |
| 31 | |
| 32 | void NPCS_SndTimersUpdate(F32 dt) |
| 33 | { |
| 34 | // non-matching: only producing one lfs instruction for -1.0f |
| 35 | for (S32 i = 0; i < SND_COUNT; i++) |
| 36 | { |
| 37 | g_tmrz_sndplay[i] = MAX(g_tmrz_sndplay[i] - dt, -1.0f); |
| 38 | } |
| 39 | } |
| 40 | |
| 41 | void NPCS_SndTimersReset() |
| 42 | { |
no outgoing calls
no test coverage detected