| 1178 | } |
| 1179 | |
| 1180 | void SetAutoSelectSecondaryWpnIdx(int slot, uint16_t idx) { |
| 1181 | if (slot < 0 || slot >= MAX_SECONDARY_WEAPONS) |
| 1182 | Int3(); |
| 1183 | |
| 1184 | SecondaryWpnSelectList[slot + 1] = idx; |
| 1185 | } |
| 1186 | |
| 1187 | const uint16_t IWPNSEL_SKIP = (uint16_t) ((~WPNSEL_SKIP) & 0xFFFF); |
| 1188 |
no outgoing calls
no test coverage detected