aboutsummaryrefslogtreecommitdiff
path: root/saga/scene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/scene.cpp')
-rw-r--r--saga/scene.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/saga/scene.cpp b/saga/scene.cpp
index b159fd1304..ccfc96c092 100644
--- a/saga/scene.cpp
+++ b/saga/scene.cpp
@@ -972,10 +972,6 @@ int Scene::defaultScene(int param, SCENE_INFO *scene_info) {
event.op = EVENT_SHOW;
_vm->_events->chain(q_event, &event);
- // Start scene animations
- _vm->_anim->setFlag(0, ANIM_LOOP);
- _vm->_anim->play(0, 0);
-
// Start the scene main script
if (_desc.sceneScriptNum > 0) {
event.type = ONESHOT_EVENT;