From 06918d75853f66e4a7549134b534c601774467be Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Sat, 29 Jul 2023 14:43:57 +0300 Subject: [PATCH] Update Item Types.h uint8 -> uint16 --- Tactical/Item Types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tactical/Item Types.h b/Tactical/Item Types.h index fb78fe59b..c43c6fc2b 100644 --- a/Tactical/Item Types.h +++ b/Tactical/Item Types.h @@ -247,7 +247,7 @@ public: UINT32 lbeClass; UINT16 lbeIndex; - UINT8 ubID; + UINT16 ubID; BOOLEAN ZipperFlag; int uniqueID; UINT32 uiNodeChecksum;