summaryrefslogtreecommitdiff
path: root/games/nethack33-qt/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--games/nethack33-qt/files/patch-ag11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/nethack33-qt/files/patch-ag b/games/nethack33-qt/files/patch-ag
new file mode 100644
index 000000000000..779ef4482a5b
--- /dev/null
+++ b/games/nethack33-qt/files/patch-ag
@@ -0,0 +1,11 @@
+--- ./src/monmove.c.orig Tue Oct 28 22:31:30 1997
++++ ./src/monmove.c Tue Oct 28 22:34:36 1997
+@@ -83,7 +83,7 @@
+ int rd = dochug(mtmp);
+ int dd;
+
+- if(Warning && !rd && !mtmp->mpeaceful &&
++ if(HWarning && !rd && !mtmp->mpeaceful &&
+ (dd = distu(mtmp->mx,mtmp->my)) < distu(x,y) &&
+ dd < 100 && !canseemon(mtmp)) {
+ /* Note: this assumes we only want to warn against the monster to