mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 13:53:49 -07:00
Save skipped checks (#2476)
This commit is contained in:
parent
66b2d2d5fa
commit
462ab00c7e
3 changed files with 20 additions and 4 deletions
|
@ -64,6 +64,7 @@ typedef struct {
|
|||
/* */ u32 count[COUNT_MAX];
|
||||
/* */ u32 entrancesDiscovered[SAVEFILE_ENTRANCES_DISCOVERED_IDX_COUNT];
|
||||
/* */ u32 scenesDiscovered[SAVEFILE_SCENES_DISCOVERED_IDX_COUNT];
|
||||
/* */ u8 locationsSkipped[RC_MAX];
|
||||
} SohStats;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue