comment typo

This commit is contained in:
PatR
2020-04-27 11:54:52 -07:00
parent 54cfb86936
commit b2b8d508dd

View File

@@ -1778,7 +1778,7 @@ domove_core()
return;
mtmp = m_at(x, y);
/* tentaively move the hero plus steed; leave CLIPPING til later */
/* tentatively move the hero plus steed; leave CLIPPING til later */
u.ux += u.dx;
u.uy += u.dy;
if (u.usteed) {