Code is required, according to disasm.

svn-id: r12987
This commit is contained in:
Travis Howell 2004-02-22 15:00:49 +00:00
parent c689416ecc
commit 16b7122008

View File

@ -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);