| 1023 | } |
| 1024 | |
| 1025 | void xPsyche::TimerClear() |
| 1026 | { |
| 1027 | if (this->staktop < 0) |
| 1028 | { |
| 1029 | return; |
| 1030 | } |
| 1031 | this->tmr_stack[0][this->staktop] = 0.0f; |
| 1032 | } |
| 1033 | |
| 1034 | // Non-matching: Needs an extra branch that does the same `+= dt` |
| 1035 | void xPsyche::TimerUpdate(F32 dt) |