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

akash gangil gangil-guest at alioth.debian.org
Tue Jul 21 12:12:33 UTC 2009


Author: gangil-guest
Date: 2009-07-21 12:12:32 +0000 (Tue, 21 Jul 2009)
New Revision: 1245

Modified:
   tuxmath/branches/lan/src/titlescreen.c
Log:
Corrected blank comets,No Blank Comets now.

Modified: tuxmath/branches/lan/src/titlescreen.c
===================================================================
--- tuxmath/branches/lan/src/titlescreen.c	2009-07-21 07:48:58 UTC (rev 1244)
+++ tuxmath/branches/lan/src/titlescreen.c	2009-07-21 12:12:32 UTC (rev 1245)
@@ -717,6 +717,7 @@
    }    
 
    LAN_SetName("player A");
+   LAN_StartGame();
 #endif
         game();
         RecalcTitlePositions();
@@ -1026,6 +1027,7 @@
    }    
 
    LAN_SetName("player A");
+   LAN_StartGame();
 #endif
         game();
         RecalcTitlePositions();
@@ -1096,6 +1098,7 @@
    }    
 
    LAN_SetName("player A");
+   LAN_StartGame();
 #endif
     game();
     RecalcTitlePositions();
@@ -1251,6 +1254,7 @@
    }    
 
    LAN_SetName("player A");
+   LAN_StartGame();
 #endif
         game();
         RecalcTitlePositions();
@@ -1353,6 +1357,7 @@
    }    
 
    LAN_SetName("player A");
+   LAN_StartGame();
 #endif
       game();
       RecalcTitlePositions();




More information about the Tux4kids-commits mailing list