diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
commit | ce5da22b7076167a515a6a0b602b22b67022e5ff (patch) | |
tree | 2de75577a4acfc9897ffb9ed4f14f84b6bf1ef54 /games/nethack33-qt/files/patch-ac | |
parent | Yipes, committed the wrong one. This is the INDEX file for 3.1R. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'.release/3.1.0
Notes
Notes:
svn path=/head/; revision=16726
svn path=/tags/RELEASE_3_1_0/; revision=16727; tag=release/3.1.0
Diffstat (limited to 'games/nethack33-qt/files/patch-ac')
-rw-r--r-- | games/nethack33-qt/files/patch-ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/games/nethack33-qt/files/patch-ac b/games/nethack33-qt/files/patch-ac deleted file mode 100644 index d5ece267d3a6..000000000000 --- a/games/nethack33-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; |