Forgot to re-add csplits

This commit is contained in:
Logan Hunt 2022-06-04 13:16:23 -07:00
parent 6dadca7796
commit cd5d87c4f5
Signed by untrusted user who does not match committer: simponic
GPG Key ID: 52B3774857EB24B1

View File

@ -109,7 +109,8 @@
(state 'TITLE) (state 'TITLE)
(redraws '(title-instance)) (redraws '(title-instance))
(speedrun (make-speedrun category)) (speedrun (make-speedrun category))
(bests (statistics (category-splits category))) (csplits (category-splits category))
(bests (statistics csplits))
(split-pbs (cdr (assoc 'SPLIT-PBS bests))) (split-pbs (cdr (assoc 'SPLIT-PBS bests)))
(best-category-run-pbs (cdr (assoc 'BEST-CATEGORY-RUN-SPLITS bests)))) (best-category-run-pbs (cdr (assoc 'BEST-CATEGORY-RUN-SPLITS bests))))