From ff82541b74da18181f57450404cde2c925c97bb6 Mon Sep 17 00:00:00 2001 From: PatR Date: Wed, 13 Mar 2024 13:04:05 -0700 Subject: [PATCH] comment typo fix... --- src/timeout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timeout.c b/src/timeout.c index 62dbb8707..1d1605766 100644 --- a/src/timeout.c +++ b/src/timeout.c @@ -1243,7 +1243,7 @@ slip_or_trip(void) combined move appear to be a single diagonal step. */ if (!NODIAG(u.umonnum)) 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. */ if (u.ux + u.dx != u.ux0 || u.uy + u.dy != u.uy0) hurtle(u.dx, u.dy, 1, FALSE);