add DCv2USA in subcommand handler table

This commit is contained in:
Martin Michelsen
2024-11-06 22:18:05 -08:00
parent 75de6f259d
commit 75be38c38b
3 changed files with 223 additions and 221 deletions
+2 -2
View File
@@ -40,8 +40,8 @@ public:
} __packed__;
template <bool BE>
struct ItemBaseV3T : ItemBaseV2T<BE> {
/* 04 */ U16T<BE> type = 0;
/* 06 */ U16T<BE> skin = 0;
/* 04 */ U16T<BE> type = 0; // "Model" in Soly's ItemPMT editor
/* 06 */ U16T<BE> skin = 0; // "Texture" in Soly's ItemPMT editor
/* 08 */
} __packed__;
template <bool BE>