()
| 335 | } |
| 336 | |
| 337 | private static void CheckDrawCenterString() { |
| 338 | scr_centertime_off -= cls.frametime; |
| 339 | |
| 340 | if (scr_centertime_off <= 0) |
| 341 | return; |
| 342 | |
| 343 | DrawCenterString(); |
| 344 | } |
| 345 | |
| 346 | // ============================================================================= |
| 347 |
no test coverage detected