Fix warning with verbalize1

This commit is contained in:
Sean Hunt
2015-02-18 21:48:34 -05:00
committed by Pasi Kallinen
parent b6ccaf3d54
commit e95bd8ec5b

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