diff options
Diffstat (limited to 'games/nethack34-qt/files/patch-af')
-rw-r--r-- | games/nethack34-qt/files/patch-af | 11 |
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; |