summaryrefslogtreecommitdiff
path: root/games/nethack34-qt/files/patch-ad
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
commit70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch)
tree14c35099cfb4f4257c5e0b8e589d530fcb829468 /games/nethack34-qt/files/patch-ad
parentFix typo. (ghostscript55htff -> ghostscript55httf) (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Notes
Notes: svn path=/head/; revision=30942 svn path=/tags/RELEASE_4_1_0/; revision=30943; tag=release/4.1.0
Diffstat (limited to 'games/nethack34-qt/files/patch-ad')
-rw-r--r--games/nethack34-qt/files/patch-ad36
1 files changed, 0 insertions, 36 deletions
diff --git a/games/nethack34-qt/files/patch-ad b/games/nethack34-qt/files/patch-ad
deleted file mode 100644
index 66ff78506faa..000000000000
--- a/games/nethack34-qt/files/patch-ad
+++ /dev/null
@@ -1,36 +0,0 @@
---- ./src/attrib.c.orig Tue Oct 28 22:31:02 1997
-+++ ./src/attrib.c Tue Oct 28 22:34:18 1997
-@@ -44,7 +44,7 @@
- { 0, 0, 0, 0 } },
-
- c_abil[] = { { 7, &(Fast), "quick", "slow" },
-- { 15, &(Warning), "sensitive", "" },
-+ { 15, &(HWarning), "sensitive", "" },
- { 0, 0, 0, 0 } },
-
- e_abil[] = { { 1, &(Fast), "", "" },
-@@ -54,13 +54,13 @@
- { 0, 0, 0, 0 } },
-
- h_abil[] = { { 1, &(HPoison_resistance), "", "" },
-- { 15, &(Warning), "sensitive", "" },
-+ { 15, &(HWarning), "sensitive", "" },
- { 0, 0, 0, 0 } },
-
- k_abil[] = { { 7, &(Fast), "quick", "slow" },
- { 0, 0, 0, 0 } },
-
-- p_abil[] = { { 15, &(Warning), "sensitive", "" },
-+ p_abil[] = { { 15, &(HWarning), "sensitive", "" },
- { 20, &(HFire_resistance), "cool", "warmer" },
- { 0, 0, 0, 0 } },
-
-@@ -81,7 +81,7 @@
- { 7, &(Fast), "quick", "slow" },
- { 0, 0, 0, 0 } },
-
-- w_abil[] = { { 15, &(Warning), "sensitive", "" },
-+ w_abil[] = { { 15, &(HWarning), "sensitive", "" },
- { 17, &(HTeleport_control), "controlled","uncontrolled" },
- { 0, 0, 0, 0 } };
-