summaryrefslogtreecommitdiff
path: root/games/nethack34-qt/files/patch-af
blob: d188f9810bd13c01bd9a4416e5cd56651080c75f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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;