aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/walk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/queen/walk.cpp')
-rw-r--r--engines/queen/walk.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/queen/walk.cpp b/engines/queen/walk.cpp
index eef2954d9a..7765828bd7 100644
--- a/engines/queen/walk.cpp
+++ b/engines/queen/walk.cpp
@@ -469,8 +469,8 @@ int16 Walk::findAreaPosition(int16 *x, int16 *y, bool recalibrate) {
pos = i;
}
}
- // we now have the closest area near X,Y, so we can recalibrate
- // the X,Y coord to be in this area
+ // we now have the closest area near X,Y, so we can recalibrate
+ // the X,Y coord to be in this area
if (recalibrate) {
b = &_roomArea[pos].box;
if (*x < b->x1) *x = b->x1;