aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/scroll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword2/scroll.cpp')
-rw-r--r--engines/sword2/scroll.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/scroll.cpp b/engines/sword2/scroll.cpp
index eb080eb4b3..11ba546cf3 100644
--- a/engines/sword2/scroll.cpp
+++ b/engines/sword2/scroll.cpp
@@ -73,7 +73,7 @@ void Screen::setScrolling() {
return;
}
- // George's offset from the centre - the desired position for him
+ // George's offset from the center - the desired position for him
int16 offset_x = _thisScreen.player_feet_x - _thisScreen.feet_x;
int16 offset_y = _thisScreen.player_feet_y - _thisScreen.feet_y;