mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 06:47:45 +00:00
[3.3] Fix Mount exd struct
(cherry picked from commit c0cd9347b17e05d9d241b2544e36ec8708d6475e)
This commit is contained in:
parent
4ef05823e1
commit
198e1316b8
1 changed files with 1 additions and 4 deletions
5
deps/datReader/Exd/Structs.h
vendored
5
deps/datReader/Exd/Structs.h
vendored
|
@ -1131,9 +1131,6 @@ namespace Excel
|
||||||
struct Mount
|
struct Mount
|
||||||
{
|
{
|
||||||
MountTextStruct Text;
|
MountTextStruct Text;
|
||||||
Excel::StringOffset CallSE;
|
|
||||||
Excel::StringOffset CallFalseSE;
|
|
||||||
Excel::StringOffset ExitSE;
|
|
||||||
float Slowdown;
|
float Slowdown;
|
||||||
float MoveAccel_Run;
|
float MoveAccel_Run;
|
||||||
float MoveAccel_Walk;
|
float MoveAccel_Walk;
|
||||||
|
@ -1159,7 +1156,7 @@ namespace Excel
|
||||||
uint8_t RadiusRate;
|
uint8_t RadiusRate;
|
||||||
uint8_t unknown3[3];
|
uint8_t unknown3[3];
|
||||||
int8_t MountOrder;
|
int8_t MountOrder;
|
||||||
uint8_t unknown4 : 4;
|
uint8_t unknown4 : 5;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* 201019 */
|
/* 201019 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue