progress: actually change hiscore to uint64_t
This commit is contained in:
parent
8cc0e568bf
commit
efb234284d
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ typedef enum ProgressBGMID {
|
|||
} ProgressBGMID;
|
||||
|
||||
typedef struct GlobalProgress {
|
||||
uint32_t hiscore;
|
||||
uint64_t hiscore;
|
||||
uint32_t achieved_endings[NUM_ENDINGS];
|
||||
uint64_t unlocked_bgms;
|
||||
uint64_t unlocked_cutscenes;
|
||||
|
|
Loading…
Reference in a new issue