| 167 | } |
| 168 | |
| 169 | static void handleStep(const WaitStep& step) |
| 170 | { |
| 171 | // This loop slightly deviates from the original, so we subtract 1 tick to make up for it. |
| 172 | _waitCounter = step.duration - 1; |
| 173 | } |
| 174 | |
| 175 | static void handleStep([[maybe_unused]] const ReloadStep step) |
| 176 | { |
no test coverage detected