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

14 lines
401 B
Plaintext

--- ./src/artifact.c.orig Tue Oct 28 22:30:56 1997
+++ ./src/artifact.c Tue Oct 28 22:34:10 1997
@@ -382,8 +382,8 @@
else HTeleport_control &= ~wp_mask;
}
if (spfx & SPFX_WARN) {
- if (on) Warning |= wp_mask;
- else Warning &= ~wp_mask;
+ if (on) HWarning |= wp_mask;
+ else HWarning &= ~wp_mask;
}
if (spfx & SPFX_EREGEN) {
if (on) Energy_regeneration |= wp_mask;