mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 13:00:11 -07:00
Fix endianness, of a sort, of CS lighting command (#1735)
This commit is contained in:
parent
63f763a556
commit
da8f80bb28
1 changed files with 1 additions and 2 deletions
|
@ -38,8 +38,7 @@ typedef struct {
|
||||||
} CsCmdBase; // size = 0x6
|
} CsCmdBase; // size = 0x6
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
/* 0x00 */ u8 unk_00;
|
/* 0x00 */ u16 setting;
|
||||||
/* 0x01 */ u8 setting;
|
|
||||||
/* 0x02 */ u16 startFrame;
|
/* 0x02 */ u16 startFrame;
|
||||||
/* 0x04 */ u16 endFrame;
|
/* 0x04 */ u16 endFrame;
|
||||||
} CsCmdEnvLighting; // size = 0x6
|
} CsCmdEnvLighting; // size = 0x6
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue