]> granicus.if.org Git - nethack/commitdiff
follow-up bit
authornethack.allison <nethack.allison>
Tue, 24 Aug 2004 00:00:09 +0000 (00:00 +0000)
committernethack.allison <nethack.allison>
Tue, 24 Aug 2004 00:00:09 +0000 (00:00 +0000)
src/sounds.c

index 644037d23b5ac4297ba91f5b3c334e4c3dc7cd78..d787a45db80554dc7b51df2c8fd3fdf023d8836e 100644 (file)
@@ -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