comment typo fix...
This commit is contained in:
+1
-1
@@ -1243,7 +1243,7 @@ slip_or_trip(void)
|
|||||||
combined move appear to be a single diagonal step. */
|
combined move appear to be a single diagonal step. */
|
||||||
if (!NODIAG(u.umonnum))
|
if (!NODIAG(u.umonnum))
|
||||||
confdir(TRUE); /* sets u.dx and u.dy */
|
confdir(TRUE); /* sets u.dx and u.dy */
|
||||||
/* Only hurtle if the random directon won't move hero back
|
/* Only hurtle if the random direction won't move hero back
|
||||||
to same spot where this move started. */
|
to same spot where this move started. */
|
||||||
if (u.ux + u.dx != u.ux0 || u.uy + u.dy != u.uy0)
|
if (u.ux + u.dx != u.ux0 || u.uy + u.dy != u.uy0)
|
||||||
hurtle(u.dx, u.dy, 1, FALSE);
|
hurtle(u.dx, u.dy, 1, FALSE);
|
||||||
|
|||||||
Reference in New Issue
Block a user