blob: 80a3acc48732ad34a9cf4b3356b43f44a9cb6d86 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- network.h.orig 2006-02-10 15:07:42 UTC
+++ network.h
@@ -105,7 +105,7 @@ typedef enum
#define TEAM_UNDEF 252
/* team color assignment */
-const XBColor teamColors[NUM_XBTS];
+extern const XBColor teamColors[NUM_XBTS];
/* results of game config receive/create */
typedef enum
|