From 9d89a1d2622a70ff250cb39cd577d2bd16c7edbb Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Thu, 26 Jul 2018 22:30:08 +0100 Subject: [PATCH] Use decimal I/O rather than octal. From SV: HIBOU; HIBOU LISP. The high score table code assumes ~a formats in decimal. --- src/hibou/itster.187 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hibou/itster.187 b/src/hibou/itster.187 index fcb2e6ed..d7210b73 100644 --- a/src/hibou/itster.187 +++ b/src/hibou/itster.187 @@ -274,6 +274,7 @@ (princ "| |"))) (defun itster () + (setq base 10. ibase 10. *nopoint t) (cursorpos 'c) ;Clear screen. (format t "~%To move left, press ,~%~%") (format t "To move right, press .~%~%")