summaryrefslogtreecommitdiff
path: root/games/tuxmath/files/patch-src_network.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/tuxmath/files/patch-src_network.c')
-rw-r--r--games/tuxmath/files/patch-src_network.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/tuxmath/files/patch-src_network.c b/games/tuxmath/files/patch-src_network.c
new file mode 100644
index 000000000000..28fd44c783d6
--- /dev/null
+++ b/games/tuxmath/files/patch-src_network.c
@@ -0,0 +1,11 @@
+--- src/network.c.orig 2011-05-04 00:15:17 UTC
++++ src/network.c
+@@ -54,7 +54,7 @@ static int connected_server = -1;
+ static int my_index = -1;
+
+ /* Keep track of other connected players: */
+-lan_player_type lan_player_info[MAX_CLIENTS];
++lan_player_type lan_player_info[MAX_CLIENTS];
+
+ /* Local function prototypes: */
+ int say_to_server(char *statement);