mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07:00
Fixed asset loading on overlays and engine, including switching iwork to uintptr_t
This commit is contained in:
@@ -256,7 +256,7 @@ typedef struct {
|
||||
/* 0x04A */ s16 unk_04A;
|
||||
/* 0x04C */ s16 timer_04C;
|
||||
/* 0x04E */ s16 unk_04E;
|
||||
/* 0x050 */ s32 iwork[25];
|
||||
/* 0x050 */ uintptr_t iwork[25];
|
||||
/* 0x0B4 */ s16 unk_0B4;
|
||||
/* 0x0B6 */ s16 unk_0B6;
|
||||
/* 0x0B8 */ s16 state;
|
||||
|
||||
Reference in New Issue
Block a user