comment typo
This commit is contained in:
+1
-1
@@ -1778,7 +1778,7 @@ domove_core()
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
mtmp = m_at(x, y);
|
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.ux += u.dx;
|
||||||
u.uy += u.dy;
|
u.uy += u.dy;
|
||||||
if (u.usteed) {
|
if (u.usteed) {
|
||||||
|
|||||||
Reference in New Issue
Block a user