]> granicus.if.org Git - nethack/commitdiff
Fix warning with verbalize1
authorSean Hunt <scshunt@csclub.uwaterloo.ca>
Thu, 19 Feb 2015 02:48:34 +0000 (21:48 -0500)
committerSean Hunt <scshunt@csclub.uwaterloo.ca>
Thu, 19 Feb 2015 02:48:34 +0000 (21:48 -0500)
src/mail.c

index 3b76078fa4e15475f295f0a854eeeb873b72e14c..7221d386474537caa49401d567b28c95a3128d0a 100644 (file)
@@ -310,7 +310,7 @@ md_rush(md,tx,ty)
        if (fx == tx && fy == ty) break;
 
        if ((mon = m_at(fx,fy)) != 0)   /* save monster at this position */
-           verbalize(md_exclamations());
+           verbalize1(md_exclamations());
        else if (fx == u.ux && fy == u.uy)
            verbalize("Excuse me.");