X-Git-Url: http://git.kpe.io/?p=reversi.git;a=blobdiff_plain;f=edge-table.lisp;h=aae2779e3255d83d6c7478d46048d105b2c706b9;hp=c6ac183dfa54d0b278254385b188bd4c6bd73607;hb=4c844bde197de54c0343f7ab500153278f859ec6;hpb=94813000bd1009c0d8c82e8d61bf7a2d93c51a4d diff --git a/edge-table.lisp b/edge-table.lisp index c6ac183..aae2779 100644 --- a/edge-table.lisp +++ b/edge-table.lisp @@ -199,7 +199,7 @@ for i from 0 sum (the fixnum (cond - ((= (bref board sq) empty) 0d0) + ((= (bref board sq) empty) 0) ((= (bref board sq) player) (aref *static-edge-table* i (piece-stability board sq)))