summaryrefslogtreecommitdiff
path: root/main.lisp
diff options
context:
space:
mode:
authorLogan Hunt <loganhunt@simponic.xyz>2021-04-20 22:19:19 -0600
committerLogan Hunt <loganhunt@simponic.xyz>2021-04-20 22:19:19 -0600
commit37104c7e1c4c2f301370ebdcd0df46ecc1bdae51 (patch)
tree9c0bd26d8ee9031097434feca3b8ebac2abbbe3f /main.lisp
parent0d06592af451b82f8704c4cbb4e1bdcb9a448407 (diff)
downloadlispruns-37104c7e1c4c2f301370ebdcd0df46ecc1bdae51.tar.gz
lispruns-37104c7e1c4c2f301370ebdcd0df46ecc1bdae51.zip
timer
Diffstat (limited to 'main.lisp')
-rw-r--r--main.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.lisp b/main.lisp
index 4c7a788..5db9834 100644
--- a/main.lisp
+++ b/main.lisp
@@ -1,7 +1,7 @@
(ql:quickload "cl-charms")
(ql:quickload "trivial-left-pad")
-(defvar *splits* '(("start" 0 0 0)("Kraid" 0 0 0)("Phantoon" 0 0 0)("Draygon" 0 0 0)("Ridley" 0 0 0)))
+(defvar *splits* '(("Chozo" 0 0 0)("Kraid" 0 0 0)("Wave Beam" 0 0 0)("Phantoon" 0 0 0)("Botwoon" 0 0 0)("Draygon" 0 0 0)("Ridley" 0 0 0)("Mother Brain" 0 0 0)))
(defvar *current-split-index* 0)
(defvar *interval* internal-time-units-per-second)
(defvar *start-time* 0)