| 170 | } |
| 171 | |
| 172 | static CC_INLINE void EndReducedPerformance(void) { |
| 173 | if (!Gfx.ReducedPerfMode) return; |
| 174 | |
| 175 | Gfx.ReducedPerfModeCooldown = 2; |
| 176 | Gfx.ReducedPerfMode = false; |
| 177 | Chat_AddOf(&String_Empty, MSG_TYPE_EXTRASTATUS_2); |
| 178 | } |
| 179 | |
| 180 | |
| 181 | /*########################################################################################################################* |
no test coverage detected