1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/nethack33-qt/files/patch-af
1997-10-29 06:47:00 +00:00

12 lines
387 B
Plaintext

--- ./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;