diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2021-04-20 22:19:19 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2021-04-20 22:19:19 -0600 |
commit | 37104c7e1c4c2f301370ebdcd0df46ecc1bdae51 (patch) | |
tree | 9c0bd26d8ee9031097434feca3b8ebac2abbbe3f /main.lisp | |
parent | 0d06592af451b82f8704c4cbb4e1bdcb9a448407 (diff) | |
download | lispruns-37104c7e1c4c2f301370ebdcd0df46ecc1bdae51.tar.gz lispruns-37104c7e1c4c2f301370ebdcd0df46ecc1bdae51.zip |
timer
Diffstat (limited to 'main.lisp')
-rw-r--r-- | main.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |