summaryrefslogtreecommitdiff
path: root/games/nethack34-qt/files/patch-ac
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
commitb919b8311bc5d38e5731d40525c88c54816f4530 (patch)
tree35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /games/nethack34-qt/files/patch-ac
parentDespite what I said before, this is the official INDEX file for (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'games/nethack34-qt/files/patch-ac')
-rw-r--r--games/nethack34-qt/files/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/games/nethack34-qt/files/patch-ac b/games/nethack34-qt/files/patch-ac
deleted file mode 100644
index d5ece267d3a6..000000000000
--- a/games/nethack34-qt/files/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./src/artifact.c.orig Tue Oct 28 22:30:56 1997
-+++ ./src/artifact.c Tue Oct 28 22:34:10 1997
-@@ -382,8 +382,8 @@
- else HTeleport_control &= ~wp_mask;
- }
- if (spfx & SPFX_WARN) {
-- if (on) Warning |= wp_mask;
-- else Warning &= ~wp_mask;
-+ if (on) HWarning |= wp_mask;
-+ else HWarning &= ~wp_mask;
- }
- if (spfx & SPFX_EREGEN) {
- if (on) Energy_regeneration |= wp_mask;