diff options
Diffstat (limited to 'games/nethack33-qt/files/patch-ag')
-rw-r--r-- | games/nethack33-qt/files/patch-ag | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/nethack33-qt/files/patch-ag b/games/nethack33-qt/files/patch-ag deleted file mode 100644 index 779ef4482a5b..000000000000 --- a/games/nethack33-qt/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- ./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 |