aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/lines.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/lines.cpp')
-rw-r--r--engines/hopkins/lines.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hopkins/lines.cpp b/engines/hopkins/lines.cpp
index d0ca736430..379405b570 100644
--- a/engines/hopkins/lines.cpp
+++ b/engines/hopkins/lines.cpp
@@ -1561,6 +1561,7 @@ int LinesManager::characterRoute(int fromX, int fromY, int destX, int destY, int
case DIR_DOWN_RIGHT:
curY += 2;
curX += 2;
+ break;
case DIR_DOWN:
curY += 2;
break;