[SCM] applications.git branch, master, updated. dc5a238543a4cfcd1d85a8d4162e2619c0f940d0

Damien Bouvarel d.bouvarel at lisaac.org
Sat Nov 28 10:52:18 UTC 2009


The following commit has been merged in the master branch:
commit dc5a238543a4cfcd1d85a8d4162e2619c0f940d0
Author: Damien Bouvarel <d.bouvarel at lisaac.org>
Date:   Sat Nov 28 11:51:33 2009 +0100

    fix bug in chess demo

diff --git a/examples/misc/chess/bishop.li b/examples/misc/chess/bishop.li
index 9f74b0d..8bff669 100644
--- a/examples/misc/chess/bishop.li
+++ b/examples/misc/chess/bishop.li
@@ -43,7 +43,7 @@ Section Public
      
     ((dest.piece = NULL) || {player != dest.piece.player}).if {
       ((dest.x - orig.x).abs = (dest.y - orig.y).abs).if {
-        //result := check_path_between orig and dest;
+        result := check_path_between orig and dest;
       }; 
     };
     result

-- 
applications.git



More information about the Lisaac-commits mailing list