progress: actually change hiscore to uint64_t

This commit is contained in:
Andrei Alexeyev 2023-08-22 20:07:22 +02:00
parent 8cc0e568bf
commit efb234284d
No known key found for this signature in database
GPG key ID: 72D26128040B9690

View file

@ -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;