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

B. Luchen cheezmeister-guest at alioth.debian.org
Mon Nov 23 04:56:22 UTC 2009


Author: cheezmeister-guest
Date: 2009-11-23 04:56:22 +0000 (Mon, 23 Nov 2009)
New Revision: 1668

Modified:
   tuxmath/trunk/src/game.c
Log:
Tweak to enable compilation without SDL_net

Modified: tuxmath/trunk/src/game.c
===================================================================
--- tuxmath/trunk/src/game.c	2009-11-20 19:57:15 UTC (rev 1667)
+++ tuxmath/trunk/src/game.c	2009-11-23 04:56:22 UTC (rev 1668)
@@ -217,12 +217,12 @@
 int connected_players_recvd(char* buf);
 int update_score_recvd(char* buf);
 int erase_comet_on_screen(comet_type* comet_ques);
-void print_current_quests(void);
 MC_FlashCard* search_queue_by_id(int id);
 comet_type* search_comets_by_id(int id);
 /******************************************************/
 #endif
 
+void print_current_quests(void);
 
 static void print_exit_conditions(void);
 static void print_status(void);
@@ -781,6 +781,7 @@
   return 1;
 }
 
+#endif
 
 /* Print the current questions and the number of remaining questions: */
 void print_current_quests(void)
@@ -805,7 +806,6 @@
 }
 
 
-#endif
 
 
 /* 
@@ -3927,4 +3927,4 @@
     if(comets[i].alive)
       living++;
   return living;
-}
\ No newline at end of file
+}




More information about the Tux4kids-commits mailing list