[gbrainy/stable: 1/23] Fixes bugzilla #661307



commit 324eba947329a4660b0c192a70f31385f310ebca
Author: Jordi Mas <jmas softcatala org>
Date:   Mon Oct 17 23:38:05 2011 +0200

    Fixes bugzilla #661307

 src/Core/Main/GameAnswer.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Main/GameAnswer.cs b/src/Core/Main/GameAnswer.cs
index 828048e..67ef5df 100644
--- a/src/Core/Main/GameAnswer.cs
+++ b/src/Core/Main/GameAnswer.cs
@@ -28,7 +28,7 @@ namespace gbrainy.Core.Main
 	public class GameAnswer
 	{
 		static char separator = '|';
-		const int MAX_POSSIBLE_ANSWER = 7;
+		const int MAX_POSSIBLE_ANSWER = 8;
 		string correct;
 
 		public GameAnswer ()



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