0x004702F7
| 219 | |
| 220 | // 0x004702F7 |
| 221 | void zeroUnusedOrderTable() |
| 222 | { |
| 223 | // Zero all the unused entries after the end of the order table |
| 224 | std::fill(std::begin(getGameState().orders) + orderTableLength(), std::end(getGameState().orders), 0); |
| 225 | } |
| 226 | |
| 227 | // 0x004702EC |
| 228 | void reset() |
no test coverage detected