gbrainy r430 - in trunk/src: . PuzzleGames



Author: jmas
Date: Wed Aug 20 16:41:32 2008
New Revision: 430
URL: http://svn.gnome.org/viewvc/gbrainy?rev=430&view=rev

Log:
2008-08-20 Jordi Mas <jmas softcatala org>

	*  PuzzleGames/PuzzleLargerShape.cs: Fixes puzzle logic



Modified:
   trunk/src/ChangeLog
   trunk/src/PuzzleGames/PuzzleLargerShape.cs

Modified: trunk/src/PuzzleGames/PuzzleLargerShape.cs
==============================================================================
--- trunk/src/PuzzleGames/PuzzleLargerShape.cs	(original)
+++ trunk/src/PuzzleGames/PuzzleLargerShape.cs	Wed Aug 20 16:41:32 2008
@@ -63,10 +63,9 @@
 		A, B, X,
 		B, X, X,
 		X, B, A,
-
 		// Figure D
 		X, X, X,
-		A, B, A,
+		B, B, A,
 		X, A, B,
 	};
 
@@ -99,7 +98,6 @@
 		A, B, X,
 		B, A, B,
 		X, B, A,
-
 		// Figure D
 		X, X, X,
 		A, A, A,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]