[gbrainy] Fixes extra element read in XML that was shallowing forward defintions



commit 1032dc9d62adb1c607df82e12dff70fb2841d7ea
Author: Jordi Mas <jmas softcatala org>
Date:   Sat Sep 11 09:54:24 2010 +0200

    Fixes extra element read in XML that was shallowing forward defintions

 src/Core/Main/Xml/GameXmlFactory.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Main/Xml/GameXmlFactory.cs b/src/Core/Main/Xml/GameXmlFactory.cs
index c01bd3a..ec0eb5c 100644
--- a/src/Core/Main/Xml/GameXmlFactory.cs
+++ b/src/Core/Main/Xml/GameXmlFactory.cs
@@ -275,7 +275,6 @@ namespace gbrainy.Core.Main.Xml
 						else
 							game.CheckAttributes = GameAnswerCheckAttributesDescription.FromString (reader.ReadElementString ());
 
-						game.CheckAttributes = GameAnswerCheckAttributesDescription.FromString (reader.ReadElementString ());
 						break;
 					case "_tip":
 						if (reader.NodeType != XmlNodeType.Element)



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