0x004B1E77
| 58 | |
| 59 | // 0x004B1E77 |
| 60 | void freeRoutingHandle(const RoutingHandle handle) |
| 61 | { |
| 62 | auto& vehRoutingArr = routings()[handle.getVehicleRef()]; |
| 63 | std::fill(std::begin(vehRoutingArr), std::end(vehRoutingArr), kRoutingNull); |
| 64 | } |
| 65 | |
| 66 | // 0x004A8810 |
| 67 | void resetRoutingTable() |
no test coverage detected