| 1218 | } |
| 1219 | |
| 1220 | inline void MultiAddTypeID(int type, int id, uint8_t *data, int *count) { |
| 1221 | uint32_t hash_value; |
| 1222 | hash_value = MultiGetMatchChecksum(type, id); |
| 1223 | |
| 1224 | MultiAddByte(type, data, count); |
| 1225 | MultiAddUint(hash_value, data, count); |
| 1226 | } |
| 1227 | |
| 1228 | int MultiGetShipChecksum(int ship_index); |
| 1229 |
no test coverage detected