aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);