diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-06-04 13:16:23 -0700 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-06-04 13:16:23 -0700 |
commit | cd5d87c4f56375bd722bd6beefe2e0705326c07c (patch) | |
tree | d7667f31149824539d381d58444ffcf920c4502a | |
parent | 6dadca779691ae29c5a2bbfb4f2c2d101ca44911 (diff) | |
download | lispruns-cd5d87c4f56375bd722bd6beefe2e0705326c07c.tar.gz lispruns-cd5d87c4f56375bd722bd6beefe2e0705326c07c.zip |
Forgot to re-add csplits
-rw-r--r-- | ui.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)))) |