1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/games/quake2-matrix/files/patch-MatrixFixSource__g_items.c
Alejandro Pulver aa3e03a8dd - Fix building with GCC 4.x.
Reported by:	pointyhat
2007-01-10 22:22:30 +00:00

16 lines
508 B
C

--- ./MatrixFixSource/g_items.c.orig Fri Feb 3 05:47:07 2006
+++ ./MatrixFixSource/g_items.c Wed Jan 10 19:07:53 2007
@@ -43,9 +43,9 @@
gitem_armor_t combatarmor_info = { 50, 100, .60, .30, ARMOR_COMBAT};
gitem_armor_t bodyarmor_info = {100, 200, .80, .60, ARMOR_BODY};
-static int jacket_armor_index;
-static int combat_armor_index;
-static int body_armor_index;
+int jacket_armor_index;
+int combat_armor_index;
+int body_armor_index;
static int power_screen_index;
static int power_shield_index;