diff options
Diffstat (limited to 'games/quake2-psychomod/files/patch-src__g_items.c')
-rw-r--r-- | games/quake2-psychomod/files/patch-src__g_items.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/quake2-psychomod/files/patch-src__g_items.c b/games/quake2-psychomod/files/patch-src__g_items.c new file mode 100644 index 000000000000..db547b75a80c --- /dev/null +++ b/games/quake2-psychomod/files/patch-src__g_items.c @@ -0,0 +1,15 @@ +--- ./src/g_items.c.orig Wed Oct 10 12:53:12 2001 ++++ ./src/g_items.c Wed Jan 10 19:11:41 2007 +@@ -21,9 +21,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; +
|