From 46fd424c77acf1225155bc2df83055fb49afa6be Mon Sep 17 00:00:00 2001 From: Toofy Date: Fri, 10 Feb 2023 20:54:45 +0000 Subject: [PATCH] Updated eventitem struct with first padding to be a uint --- deps/datReader/Exd/Structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/datReader/Exd/Structs.h b/deps/datReader/Exd/Structs.h index 81caefd7..6f3e9a12 100644 --- a/deps/datReader/Exd/Structs.h +++ b/deps/datReader/Exd/Structs.h @@ -494,7 +494,7 @@ namespace Excel uint16_t Icon; uint16_t Action; uint8_t StackMax; - int8_t padding0[1]; + uint8_t padding0[1]; uint8_t CastTime; uint8_t CastTimeLine; uint8_t Timeline;