| 278 | } |
| 279 | |
| 280 | static void AIPathSetAtEnd(ai_path_info *aip) { |
| 281 | aip->cur_path = aip->num_paths - 1; |
| 282 | aip->cur_node = aip->path_end_node[aip->num_paths - 1]; |
| 283 | } |
| 284 | |
| 285 | void AIPathSetAtStart(ai_path_info *aip) { |
| 286 | aip->cur_path = 0; |
no outgoing calls
no test coverage detected