[Tux4kids-commits] r1714 - tuxmath/trunk/src

Jesús Manuel Mager Hois fongog-guest at alioth.debian.org
Sat Jan 2 20:22:44 UTC 2010


Author: fongog-guest
Date: 2010-01-02 20:22:44 +0000 (Sat, 02 Jan 2010)
New Revision: 1714

Modified:
   tuxmath/trunk/src/factoroids.c
Log:
Factoroids need 19999 score to win



Modified: tuxmath/trunk/src/factoroids.c
===================================================================
--- tuxmath/trunk/src/factoroids.c	2010-01-02 20:11:42 UTC (rev 1713)
+++ tuxmath/trunk/src/factoroids.c	2010-01-02 20:22:44 UTC (rev 1714)
@@ -2175,7 +2175,7 @@
   {
     return GAME_OVER_LOST;
   }
-  if(score>=49999 || wave >= 20 )
+  if(score>=19999 || wave >= 20 )
   {
     return GAME_OVER_WON;
   }




More information about the Tux4kids-commits mailing list