summaryrefslogtreecommitdiff
path: root/games/nethack34-qt/files/patch-af
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
commit0d24ce472965b1af574ee8eab914346a50d93ab0 (patch)
treefc04ac961d5044a7d4ac36140741f144e02c3080 /games/nethack34-qt/files/patch-af
parent(forced commit) This is the official index file for 3.3-release. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'.release/3.3.0
Diffstat (limited to 'games/nethack34-qt/files/patch-af')
-rw-r--r--games/nethack34-qt/files/patch-af11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/nethack34-qt/files/patch-af b/games/nethack34-qt/files/patch-af
deleted file mode 100644
index d188f9810bd1..000000000000
--- a/games/nethack34-qt/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/mon.c.orig Tue Oct 28 22:31:23 1997
-+++ ./src/mon.c Tue Oct 28 22:34:29 1997
-@@ -212,7 +212,7 @@
-
- lastwarntime = moves;
- lastwarnlev = warnlevel;
-- switch((int) (Warning & (LEFT_RING | RIGHT_RING))) {
-+ switch((int) (HWarning & (LEFT_RING | RIGHT_RING))) {
- case LEFT_RING:
- rr = Hallucination ? "left mood ring glows" : "left ring glows";
- break;