| 1857 | void botsheadtome(void) |
| 1858 | { |
| 1859 | loopv(bots) |
| 1860 | { |
| 1861 | if (!bots[i] || !bots[i]->pBot) continue; |
| 1862 | bots[i]->pBot->HeadToGoal(); |
| 1863 | bots[i]->pBot->GoToDebugGoal(player1->o); |
| 1864 | } |
| 1865 | } |
| 1866 | |
| 1867 | COMMAND(botsheadtome, ""); |
nothing calls this directly
no test coverage detected