X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=io-clim.lisp;h=ff5bfd3ad0a53a48e8abb5a0c017ae871c3387e1;hb=86380fb03aca1a97c5b4b2e49001f783614d504b;hp=4d235f8aa6ea8f3933181ea10502d1d154307bab;hpb=7cca6d5c2712f7f2616eb106bd42fb000121df8d;p=reversi.git diff --git a/io-clim.lisp b/io-clim.lisp index 4d235f8..ff5bfd3 100644 --- a/io-clim.lisp +++ b/io-clim.lisp @@ -8,7 +8,7 @@ ;;;; Programer: Kevin M. Rosenberg ;;;; Date Started: 1 Nov 2001 ;;;; -;;;; $Id: io-clim.lisp,v 1.4 2002/11/08 10:31:59 kevin Exp $ +;;;; $Id: io-clim.lisp,v 1.5 2003/03/22 17:19:15 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg ;;;; @@ -40,7 +40,7 @@ id name searcher eval ply strategy start-time searcher-id eval-id) -(defun make-gui-player (&key id name strategy searcher-id eval-id ply) +(defun make-gui-player (&key id name strategy searcher-id eval-id (ply 0)) (let ((p (make-gui-player-struct :id id :ply ply :name name :strategy strategy :searcher-id searcher-id :eval-id eval-id))