org/homelinux/largo/schach/KIBoard.java
changeset 11 1afe167876fb
parent 7 93fe1f21e0d8
child 13 f83884cc7d2f
--- a/org/homelinux/largo/schach/KIBoard.java
+++ b/org/homelinux/largo/schach/KIBoard.java
@@ -60,10 +60,12 @@
 		for(i=0;i<64;i++) {
 			if (isWhite(i))
 				white+=getValue(i);
-			if (isBlack(i))
+			else if (isBlack(i))
 				black+=getValue(i);
 		}
 
+		// Bewerte Entwicklung, Anzahl der Steine
+		// Das hier ist alles zu lahm...
 		white+=controls("white");
 		black+=controls("black");