aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/objects.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-05 23:05:22 -0400
committerPaul Gilbert2015-06-05 23:05:22 -0400
commit566d4805ef2e0324cc06c6cae48cde1908858b13 (patch)
treeaf656b343634800f5a16db1fa7966a57f4684610 /engines/sherlock/objects.cpp
parent389d453f0e805e7b6b7eef8632889837fd5e3445 (diff)
downloadscummvm-rg350-566d4805ef2e0324cc06c6cae48cde1908858b13.tar.gz
scummvm-rg350-566d4805ef2e0324cc06c6cae48cde1908858b13.tar.bz2
scummvm-rg350-566d4805ef2e0324cc06c6cae48cde1908858b13.zip
SHERLOCK: Move the Talk descendant classes into their own files
Diffstat (limited to 'engines/sherlock/objects.cpp')
-rw-r--r--engines/sherlock/objects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/objects.cpp b/engines/sherlock/objects.cpp
index 881fd74fce..52c13d8a44 100644
--- a/engines/sherlock/objects.cpp
+++ b/engines/sherlock/objects.cpp
@@ -1221,7 +1221,7 @@ int Object::checkNameForCodes(const Common::String &name, const char *const mess
scene._goToScene = 100;
}
- people[AL]._position = Common::Point(0, 0);
+ people[AL]._position = Point32(0, 0);
break;
}
} else if (name.hasPrefix("!")) {