diff options
| -rw-r--r-- | scumm/script_v6.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index a3a7f3b419..736ebda9bf 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -1340,7 +1340,6 @@ void ScummEngine_v6::o6_loadRoomWithEgo() {  		VAR(VAR_WALKTO_OBJ) = 0;  	if (_version == 6) { -		setCameraAt(a->_pos.x, a->_pos.y);  		setCameraFollows(a);  	} | 
