aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-02-22 15:00:49 +0000
committerTravis Howell2004-02-22 15:00:49 +0000
commit16b71220080a280751c8e9e532c89a623c6dd980 (patch)
tree6bfa99a2c99b50c435c6dfb967ac7c54ba718e7e /scumm
parentc689416ecce4c20666426d4a29704a43197805e1 (diff)
downloadscummvm-rg350-16b71220080a280751c8e9e532c89a623c6dd980.tar.gz
scummvm-rg350-16b71220080a280751c8e9e532c89a623c6dd980.tar.bz2
scummvm-rg350-16b71220080a280751c8e9e532c89a623c6dd980.zip
Code is required, according to disasm.
svn-id: r12987
Diffstat (limited to 'scumm')
-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 61eee97429..c5debfa771 100644
--- a/scumm/script_v5.cpp
+++ b/scumm/script_v5.cpp
@@ -1501,7 +1501,7 @@ void ScummEngine_v5::o5_loadRoomWithEgo() {
a->moving = 0;
}
- // FIXME: Can this be removed?
+ // This is based on disassembly
camera._cur.x = a->_pos.x;
setCameraAt(a->_pos.x, a->_pos.y);