From ca1112313ae8795c05088924b7ed94cc92f7737f Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:11:41 +0200 Subject: [PATCH] Increase ubUserData2 from UINT8 to UINT16 --- TileEngine/Tile Animation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TileEngine/Tile Animation.h b/TileEngine/Tile Animation.h index 1a56eaba..b209a7d9 100644 --- a/TileEngine/Tile Animation.h +++ b/TileEngine/Tile Animation.h @@ -68,7 +68,7 @@ typedef struct TAG_anitile UINT32 uiKeyFrame2Code; UINT32 uiUserData; - UINT8 ubUserData2; + UINT16 ubUserData2; // NOTE: Expanded the type due to SoldierID UINT32 uiUserData3; INT8 bFrameCountAfterStart; @@ -99,7 +99,7 @@ typedef struct TAG_anitile_params UINT32 uiKeyFrame2Code; // Key frame code UINT32 uiUserData; - UINT8 ubUserData2; + UINT16 ubUserData2; // NOTE: Expanded the type due to SoldierID UINT32 uiUserData3; INT32 lightSprite; } ANITILE_PARAMS;