aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/object_v2d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/object_v2d.cpp')
-rw-r--r--engines/hugo/object_v2d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/object_v2d.cpp b/engines/hugo/object_v2d.cpp
index 628594138d..29a5956f3f 100644
--- a/engines/hugo/object_v2d.cpp
+++ b/engines/hugo/object_v2d.cpp
@@ -360,7 +360,7 @@ void ObjectHandler_v2d::moveObjects() {
}
}
-void ObjectHandler_v2d::homeIn(int objIndex1, int objIndex2, int8 objDx, int8 objDy) {
+void ObjectHandler_v2d::homeIn(const int objIndex1, const int objIndex2, const int8 objDx, const int8 objDy) {
// object obj1 will home in on object obj2
object_t *obj1 = &_objects[objIndex1];
object_t *obj2 = &_objects[objIndex2];