diff options
Diffstat (limited to 'saga/scene.cpp')
| -rw-r--r-- | saga/scene.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/saga/scene.cpp b/saga/scene.cpp index d77a2938ba..7764a8ad46 100644 --- a/saga/scene.cpp +++ b/saga/scene.cpp @@ -944,6 +944,10 @@ int defaultScene(int param, R_SCENE_INFO *scene_info) { event.time = 0; _vm->_events->queue(&event); + + // Start scene animations + _vm->_anim->setFlag(0, ANIM_LOOP); + _vm->_anim->play(0, 0); debug(0, "Scene started"); break; |
