From edeab2d09444e02a2eeb3adb2bf7933a2851c5b3 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Sun, 29 May 2022 21:31:48 -0700 Subject: Get a timer on the screen finally --- speedrun.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'speedrun.lisp') diff --git a/speedrun.lisp b/speedrun.lisp index d872227..b78f75d 100644 --- a/speedrun.lisp +++ b/speedrun.lisp @@ -52,8 +52,8 @@ (speedrun-start-timestamp speedrun) (get-internal-real-time) (run-split-start-time (current-split speedrun)) (local-time:now))) -;; Set the state of the speedrun to be stopped if there are no more -;; splits, or set the current split to the next one +;; Set the state of the speedrun to be stopped if there are no more splits. +;; Or, set the current split to the next one in the list. (defun next-split (speedrun) (let ((now (local-time:now))) (setf (run-split-end-time (current-split speedrun)) now) -- cgit v1.2.3-70-g09d2