aboutsummaryrefslogtreecommitdiff
path: root/games/nethack33-qt/files/patch-af
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-10-29 06:47:00 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-10-29 06:47:00 +0000
commitc7b4a5cbf868b90dad2b031a0fdaaca75394ae1f (patch)
treea39188febf9f425790f572ee2e55d2e4de43488b /games/nethack33-qt/files/patch-af
parent2162d6265012e74962b18e6c1b683df4aa812f07 (diff)
downloadports-c7b4a5cbf868b90dad2b031a0fdaaca75394ae1f.tar.gz
ports-c7b4a5cbf868b90dad2b031a0fdaaca75394ae1f.zip
Notes
Diffstat (limited to 'games/nethack33-qt/files/patch-af')
-rw-r--r--games/nethack33-qt/files/patch-af11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/nethack33-qt/files/patch-af b/games/nethack33-qt/files/patch-af
new file mode 100644
index 000000000000..d188f9810bd1
--- /dev/null
+++ b/games/nethack33-qt/files/patch-af
@@ -0,0 +1,11 @@
+--- ./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;