summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Hunt <loganhunt@simponic.xyz>2022-06-04 13:16:23 -0700
committerLogan Hunt <loganhunt@simponic.xyz>2022-06-04 13:16:23 -0700
commitcd5d87c4f56375bd722bd6beefe2e0705326c07c (patch)
treed7667f31149824539d381d58444ffcf920c4502a
parent6dadca779691ae29c5a2bbfb4f2c2d101ca44911 (diff)
downloadlispruns-cd5d87c4f56375bd722bd6beefe2e0705326c07c.tar.gz
lispruns-cd5d87c4f56375bd722bd6beefe2e0705326c07c.zip
Forgot to re-add csplits
-rw-r--r--ui.lisp3
1 files changed, 2 insertions, 1 deletions
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))))