diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-20 16:23:28 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-20 16:23:28 +0000 |
commit | 7ae7b018ccf7760013f368fcb83aad9ecd8982a8 (patch) | |
tree | e83ee6693050a76e305a95a376451aa583df151e /games/quake2-psychomod/files/patch-src_g__items.c | |
parent | textproc/rubygem-gitlab-grit: make it work with rubygem-mime-types again (diff) |
With the power of USES=dos2unix, get rid of most patches and files
with CRLF.
While there, run make makepatch, rename patches to use the new scheme,
and various fixes.
With hat: portmgr
Sponsored by: Absolight
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..acb784328127 --- /dev/null +++ b/games/quake2-psychomod/files/patch-src_g__items.c @@ -0,0 +1,15 @@ +--- src/g_items.c.orig 2016-06-20 14:35:21 UTC ++++ src/g_items.c +@@ -21,9 +21,9 @@ gitem_armor_t jacketarmor_info = { 25, + 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; + |