aboutsummaryrefslogtreecommitdiff
path: root/script_v1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'script_v1.cpp')
-rw-r--r--script_v1.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/script_v1.cpp b/script_v1.cpp
index c0c6eb4628..5ccf707a73 100644
--- a/script_v1.cpp
+++ b/script_v1.cpp
@@ -1468,10 +1468,8 @@ void Scumm::o5_loadRoomWithEgo() {
startScene(a->room, a, obj);
_vars[VAR_WALKTO_OBJ] = 0;
-#if !defined(FULL_THROTTLE)
camera._dest.x = camera._cur.x = a->x;
setCameraFollows(a);
-#endif
_fullRedraw=1;