X-Git-Url: http://git.kpe.io/?p=reversi.git;a=blobdiff_plain;f=io-clim.lisp;h=12ea49b5f11370bf8004f960a24122de472cdc3f;hp=61357dd081511da952d49430492473fda1b54d89;hb=d92820d39c18a373611b5bfb018631cffe3e4bcd;hpb=970bffc5f1e6a294659016aec57f17c822dee8cc diff --git a/io-clim.lisp b/io-clim.lisp index 61357dd..12ea49b 100644 --- a/io-clim.lisp +++ b/io-clim.lisp @@ -8,16 +8,16 @@ ;;;; Programer: Kevin M. Rosenberg ;;;; Date Started: 1 Nov 2001 ;;;; -;;;; $Id: io-clim.lisp,v 1.10 2003/05/01 19:26:46 kevin Exp $ +;;;; $Id: io-clim.lisp,v 1.13 2003/06/12 12:42:13 kevin Exp $ ;;;; -;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg +;;;; This file is Copyright (c) 2001-2003 by Kevin M. Rosenberg ;;;; ;;;; Reversi users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;;*************************************************************************** -(in-package :reversi) +(in-package #:reversi) #+mcclim (shadowing-import 'clim-internals::stream-set-cursor-position) @@ -348,7 +348,7 @@ (list-to-delimited-string legal-moves #\space))))) (when (null (player game)) (cond - ((zerop (final-result games)) + ((zerop (final-result game)) (format stream "It's a draw!")) ((plusp (final-result game)) (format stream "Black wins by ~d!" (final-result game)))