| 84 | } |
| 85 | |
| 86 | void RemoveTextEffect(TextEffectID te_id) |
| 87 | { |
| 88 | _text_effects[te_id].Reset(); |
| 89 | } |
| 90 | |
| 91 | /** Slowly move text effects upwards. */ |
| 92 | const IntervalTimer<TimerWindow> move_all_text_effects_interval = {std::chrono::milliseconds(30), [](uint count) { |
no test coverage detected