mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 13:53:49 -07:00
Cleanup gameplay stats code/UI and support RTA timing (#2862)
This commit is contained in:
parent
f2f5a75cb0
commit
5de1240391
9 changed files with 470 additions and 406 deletions
|
@ -83,6 +83,8 @@ typedef struct {
|
|||
/* */ u32 entrancesDiscovered[SAVEFILE_ENTRANCES_DISCOVERED_IDX_COUNT];
|
||||
/* */ u32 scenesDiscovered[SAVEFILE_SCENES_DISCOVERED_IDX_COUNT];
|
||||
/* */ u8 locationsSkipped[RC_MAX];
|
||||
/* */ bool rtaTiming;
|
||||
/* */ uint64_t fileCreatedAt;
|
||||
} SohStats;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue