aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v5.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-04-06 05:05:36 +0000
committerTravis Howell2005-04-06 05:05:36 +0000
commit3554f6676433d7e862e1a2cc4197250321ed217e (patch)
tree5d47c2d877cd7f66843a2e8c35aa1a9358b4f79f /scumm/script_v5.cpp
parentc66e6bb001f62a9c04951ffd1972dc68de3d44ef (diff)
downloadscummvm-rg350-3554f6676433d7e862e1a2cc4197250321ed217e.tar.gz
scummvm-rg350-3554f6676433d7e862e1a2cc4197250321ed217e.tar.bz2
scummvm-rg350-3554f6676433d7e862e1a2cc4197250321ed217e.zip
Typo
svn-id: r17410
Diffstat (limited to 'scumm/script_v5.cpp')
-rw-r--r--scumm/script_v5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp
index 0e06bf0d0b..0ab699e34c 100644
--- a/scumm/script_v5.cpp
+++ b/scumm/script_v5.cpp
@@ -1508,7 +1508,7 @@ void ScummEngine_v5::o5_loadRoomWithEgo() {
if (_version <= 4) {
if (whereIsObject(obj) != WIO_ROOM)
- error("startScene: Object %d is not in room %d", obj, _currentRoom);
+ error("o5_loadRoomWithEgo: Object %d is not in room %d", obj, _currentRoom);
if (!_egoPositioned) {
getObjectXYPos(obj, x2, y2, dir);
a->putActor(x2, y2, _currentRoom);