blob: 742c57c79eca7d11582dae9b3dfae59a82620148 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/menu_lan.c.orig 2011-05-04 00:15:10 UTC
+++ src/menu_lan.c
@@ -37,7 +37,7 @@ along with this program. If not, see <http://www.gnu.
/* lan_player_type now defined in network.h */
-lan_player_type lan_player_info[MAX_CLIENTS];
+extern lan_player_type lan_player_info[MAX_CLIENTS];
/* Local function prototypes: ------------------- */
void draw_player_table(void);
|