| 1014 | } |
| 1015 | |
| 1016 | F32 xPsyche::TimerGet(en_xpsytime tymr) |
| 1017 | { |
| 1018 | if (this->staktop < 0) |
| 1019 | { |
| 1020 | return -1.0f; |
| 1021 | } |
| 1022 | return (&this->tmr_stack[0][this->staktop])[tymr]; |
| 1023 | } |
| 1024 | |
| 1025 | void xPsyche::TimerClear() |
| 1026 | { |
no outgoing calls
no test coverage detected