Fix warning with verbalize1

This commit is contained in:
Sean Hunt
2015-02-18 21:48:34 -05:00
parent 2bf54fd893
commit ca6bbf8bc3

View 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.");