summaryrefslogtreecommitdiff
path: root/games/nethack34-qt/files/patch-ag
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-10-29 06:47:00 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-10-29 06:47:00 +0000
commitc7b4a5cbf868b90dad2b031a0fdaaca75394ae1f (patch)
treea39188febf9f425790f572ee2e55d2e4de43488b /games/nethack34-qt/files/patch-ag
parentupgrade: 1.04 -> 1.09 (diff)
Sync with latest Qt update.
Notes
Notes: svn path=/head/; revision=8385
Diffstat (limited to '')
-rw-r--r--games/nethack34-qt/files/patch-ag11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/nethack34-qt/files/patch-ag b/games/nethack34-qt/files/patch-ag
new file mode 100644
index 000000000000..779ef4482a5b
--- /dev/null
+++ b/games/nethack34-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