summaryrefslogtreecommitdiff
path: root/games/nethack34-qt/files/patch-af
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-af
parentf667b39b3c0614d5aeb9bcb4bac4a4b222408185 (diff)
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;