Read and write best time trial frames

This is basically just bolting on the "frames" part of a time trial
score. There's not enough space to properly show it on the time trial
select screen, maybe we can figure something out later. But I at least
want to implement the functionality now.
This commit is contained in:
Misa
2020-06-30 18:59:16 -07:00
committed by Ethan Lee
parent 42e6185b12
commit ee20067fc2
2 changed files with 29 additions and 1 deletions

View File

@@ -297,6 +297,7 @@ public:
std::vector<int>besttimes;
int bestframes[6];
std::vector<int>besttrinkets;
std::vector<int>bestlives;
std::vector<int> bestrank;