We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a203b commit 6b11026Copy full SHA for 6b11026
timer.c
@@ -91,6 +91,7 @@ void timer_split(struct state *s) {
91
if (s->split_time < sp->split.times.best - GOLD_EPSILON) {
92
sp->split.times.best = s->split_time;
93
sp->split.times.golded_this_run = true;
94
+ save_times(s->splits, s->nsplits, "golds", offsetof(struct times, best));
95
}
96
97
if (sp == get_final_split(s)) {
0 commit comments