[Tux4kids-commits] r1308 - tuxmath/branches/lan/src

akash gangil gangil-guest at alioth.debian.org
Fri Jul 31 17:36:34 UTC 2009


Author: gangil-guest
Date: 2009-07-31 17:36:34 +0000 (Fri, 31 Jul 2009)
New Revision: 1308

Modified:
   tuxmath/branches/lan/src/game.c
Log:
setting fc->answer=-9999 from initial 0

Modified: tuxmath/branches/lan/src/game.c
===================================================================
--- tuxmath/branches/lan/src/game.c	2009-07-31 17:16:05 UTC (rev 1307)
+++ tuxmath/branches/lan/src/game.c	2009-07-31 17:36:34 UTC (rev 1308)
@@ -515,7 +515,7 @@
   fc->formula_string[0] = '\0';
   fc->answer_string[0] = '\0';
   fc->question_id = -1;
-  fc->answer = 0;
+  fc->answer = -9999;
   fc->difficulty = 0;
   return 1;
 }




More information about the Tux4kids-commits mailing list