improve support for 11/2000 prototype

This commit is contained in:
Martin Michelsen
2023-11-27 00:29:26 -08:00
parent 9b6a023d38
commit 20b66a7a58
22 changed files with 446 additions and 395 deletions
-2
View File
@@ -72,8 +72,6 @@ struct PlayerInventory {
/* 0004 */ parray<PlayerInventoryItem, 30> items;
/* 034C */
void clear_dc_nte_unused_fields();
size_t find_item(uint32_t item_id) const;
size_t find_item_by_primary_identifier(uint32_t primary_identifier) const;