From 198e1316b849e2a88d26b8e53bf5aef03eb0e382 Mon Sep 17 00:00:00 2001 From: Lucy <44952533+Skyliegirl33@users.noreply.github.com> Date: Sat, 21 Jan 2023 18:59:58 +0100 Subject: [PATCH] [3.3] Fix Mount exd struct (cherry picked from commit c0cd9347b17e05d9d241b2544e36ec8708d6475e) --- deps/datReader/Exd/Structs.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/deps/datReader/Exd/Structs.h b/deps/datReader/Exd/Structs.h index b668386d..369aa9ce 100644 --- a/deps/datReader/Exd/Structs.h +++ b/deps/datReader/Exd/Structs.h @@ -1131,9 +1131,6 @@ namespace Excel struct Mount { MountTextStruct Text; - Excel::StringOffset CallSE; - Excel::StringOffset CallFalseSE; - Excel::StringOffset ExitSE; float Slowdown; float MoveAccel_Run; float MoveAccel_Walk; @@ -1159,7 +1156,7 @@ namespace Excel uint8_t RadiusRate; uint8_t unknown3[3]; int8_t MountOrder; - uint8_t unknown4 : 4; + uint8_t unknown4 : 5; }; /* 201019 */