From: nethack.allison Date: Tue, 24 Aug 2004 00:00:09 +0000 (+0000) Subject: follow-up bit X-Git-Tag: MOVE2GIT~1424 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50ab8bf9c590371676d57ebb9f63f74677bd5678;p=nethack follow-up bit --- diff --git a/src/sounds.c b/src/sounds.c index 644037d23..d787a45db 100644 --- a/src/sounds.c +++ b/src/sounds.c @@ -868,9 +868,10 @@ dochat() #ifdef STEED if (u.usteed && u.dz > 0) { - if (!u.usteed->mcanmove || u.usteed->msleeping) + if (!u.usteed->mcanmove || u.usteed->msleeping) { pline("%s seems not to notice you.", Monnam(u.usteed)); - else + return(1); + } else return (domonnoise(u.usteed)); } #endif