X-Git-Url: http://git.kpe.io/?p=reversi.git;a=blobdiff_plain;f=base.lisp;fp=base.lisp;h=2987b1d212de35bd6b1e52db95adfa1c3a037b4a;hp=6d5ef4a5113c172827285c2a5eb30a8266f4e8d0;hb=7bbe870580505035c481924742fd8da6ebb041c6;hpb=f254edea6be262f5c810fdb579b7a974d49fa275 diff --git a/base.lisp b/base.lisp index 6d5ef4a..2987b1d 100644 --- a/base.lisp +++ b/base.lisp @@ -77,7 +77,7 @@ (record-game? :type boolean :initarg :record-game? :documentation "Whether to record moves and clcck of this game" :reader record-game?) - (final-result :type fixnum :initarg :final-result + (final-result :type (or null fixnum) :initarg :final-result :documentation "Final count, is NIL while game in play" :accessor final-result) (max-minutes :type fixnum :initarg :max-minutes