diff options
author | Simponic <loganhunt@simponic.xyz> | 2022-05-29 21:57:21 -0700 |
---|---|---|
committer | Simponic <loganhunt@simponic.xyz> | 2022-05-29 21:57:21 -0700 |
commit | ffa83bc8b0794f5e20c6ee909e963436f5f06371 (patch) | |
tree | 2508d620b2bad925019b2c4820f4df92a8004d47 /ui.lisp | |
parent | edeab2d09444e02a2eeb3adb2bf7933a2851c5b3 (diff) | |
download | lispruns-ffa83bc8b0794f5e20c6ee909e963436f5f06371.tar.gz lispruns-ffa83bc8b0794f5e20c6ee909e963436f5f06371.zip |
Update documentation; fix some bugs on first run
Diffstat (limited to 'ui.lisp')
-rw-r--r-- | ui.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ (start-speedrun speedrun) (setf state 'RUNNING)) ('RUNNING (next-split speedrun)))) - (:resize (nil)) + (:resize nil) ((nil) (case state ('TITLE |