aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/gob/goblin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/goblin.cpp b/engines/gob/goblin.cpp
index 88827e7fcf..402b33d5fd 100644
--- a/engines/gob/goblin.cpp
+++ b/engines/gob/goblin.cpp
@@ -1816,7 +1816,7 @@ void Goblin::move(int16 destX, int16 destY, int16 objIndex) {
byte passType = _vm->_map->getPass(obj->gobDestX, obj->gobDestY);
- // Prevent continous walking on wide stairs
+ // Prevent continuous walking on wide stairs
if (passType == 11) {
if (_vm->_map->getScreenWidth() == 640) {
obj->gobDestY++;