| 604 | }; |
| 605 | |
| 606 | static void spectate_followNext(color_ostream &out) { |
| 607 | DEBUG(control,out).print("entering spectate_followNext\n"); |
| 608 | unit_history.scan_forward(out); |
| 609 | set_next_cycle_unpaused_ms(out); |
| 610 | }; |
| 611 | |
| 612 | static void spectate_addToHistory(color_ostream &out, int32_t unit_id) { |
| 613 | DEBUG(control,out).print("entering spectate_addToHistory; unit_id={}\n", unit_id); |
nothing calls this directly
no test coverage detected