mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
48901ec1b7
"games/qudos" and "games/kmquake2", because they build a modified version). - Install node files with appropiate permissions. - Add an entry in pkg-message about permissions. - Bump PORTREVISION. Reported by: Volodymyr Kostyrko <arcade@synergetica.dn.ua> Obtained from: http://svn.quakedev.com/viewcvs.cgi/qudos/trunk/src/mods/3zb2/
16 lines
476 B
C
16 lines
476 B
C
--- ./g_items.c.orig Sat Dec 30 19:09:03 2006
|
|
+++ ./g_items.c Sat Dec 30 19:09:23 2006
|
|
@@ -28,9 +28,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;
|
|
|