aboutsummaryrefslogtreecommitdiff
path: root/games/nethack34-qt/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'games/nethack34-qt/files/patch-ac')
-rw-r--r--games/nethack34-qt/files/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/nethack34-qt/files/patch-ac b/games/nethack34-qt/files/patch-ac
new file mode 100644
index 000000000000..d5ece267d3a6
--- /dev/null
+++ b/games/nethack34-qt/files/patch-ac
@@ -0,0 +1,13 @@
+--- ./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;