From cd5d87c4f56375bd722bd6beefe2e0705326c07c Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Sat, 4 Jun 2022 13:16:23 -0700 Subject: [PATCH] Forgot to re-add csplits --- ui.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui.lisp b/ui.lisp index 42b862f..6ab3e8b 100644 --- a/ui.lisp +++ b/ui.lisp @@ -109,7 +109,8 @@ (state 'TITLE) (redraws '(title-instance)) (speedrun (make-speedrun category)) - (bests (statistics (category-splits category))) + (csplits (category-splits category)) + (bests (statistics csplits)) (split-pbs (cdr (assoc 'SPLIT-PBS bests))) (best-category-run-pbs (cdr (assoc 'BEST-CATEGORY-RUN-SPLITS bests))))