aboutsummaryrefslogtreecommitdiff
path: root/games/xblast/files
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2020-09-03 14:10:40 +0000
committerStefan Eßer <se@FreeBSD.org>2020-09-03 14:10:40 +0000
commitc4c82c815124a676bef50402c7c44610cdecda29 (patch)
treec218d74d3538d18b4ae9e9fd8f5a283deb630807 /games/xblast/files
parent013ddbe3ba2d71aa255ebdac16db03404d0e384f (diff)
downloadports-c4c82c815124a676bef50402c7c44610cdecda29.tar.gz
ports-c4c82c815124a676bef50402c7c44610cdecda29.zip
Notes
Diffstat (limited to 'games/xblast/files')
-rw-r--r--games/xblast/files/patch-cfg__control.h11
-rw-r--r--games/xblast/files/patch-network.h11
2 files changed, 22 insertions, 0 deletions
diff --git a/games/xblast/files/patch-cfg__control.h b/games/xblast/files/patch-cfg__control.h
new file mode 100644
index 000000000000..bc4449efd09d
--- /dev/null
+++ b/games/xblast/files/patch-cfg__control.h
@@ -0,0 +1,11 @@
+--- cfg_control.h.orig 2006-02-09 21:21:23 UTC
++++ cfg_control.h
+@@ -29,7 +29,7 @@
+ #define NUM_KEYB_CONTROLS 2
+
+ /* constant assignment of control to event type */
+-const XBEventCode keyEventType[NUM_KEYB_CONTROLS];
++extern const XBEventCode keyEventType[NUM_KEYB_CONTROLS];
+
+ /* ingame controls for editing*/
+ typedef struct
diff --git a/games/xblast/files/patch-network.h b/games/xblast/files/patch-network.h
new file mode 100644
index 000000000000..80a3acc48732
--- /dev/null
+++ b/games/xblast/files/patch-network.h
@@ -0,0 +1,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