From 89b6449788dbb833876bb988bbfeac0c959bd7b3 Mon Sep 17 00:00:00 2001 From: Toofy Date: Sat, 11 Feb 2023 11:40:05 +0000 Subject: [PATCH] Changing padding to Unknown --- 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 56b7b1e7..aecca60f 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; - uint8_t padding0[1]; + uint8_t Unknown; uint8_t CastTime; uint8_t CastTimeLine; uint8_t Timeline;