From: Sean Hunt Date: Thu, 19 Feb 2015 02:48:34 +0000 (-0500) Subject: Fix warning with verbalize1 X-Git-Tag: NetHack-3.6.0_RC01~685 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca6bbf8bc3c8efdf993adb9dd25f9694ee9cd369;p=nethack Fix warning with verbalize1 --- diff --git a/src/mail.c b/src/mail.c index 3b76078fa..7221d3864 100644 --- a/src/mail.c +++ b/src/mail.c @@ -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.");