diff options
Diffstat (limited to 'saga/ite_introproc.cpp')
-rw-r--r-- | saga/ite_introproc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/ite_introproc.cpp b/saga/ite_introproc.cpp index 322a88e4a5..7f3b0cd3ba 100644 --- a/saga/ite_introproc.cpp +++ b/saga/ite_introproc.cpp @@ -292,8 +292,7 @@ int Scene::ITEIntroAnimProc(int param) { EVENT *q_event; switch (param) { - case SCENE_BEGIN: - + case SCENE_BEGIN:{ // Background for intro scene is the first frame of the // intro animation; display it and set the palette event.type = ONESHOT_EVENT; @@ -352,6 +351,7 @@ int Scene::ITEIntroAnimProc(int param) { event.time = 0; q_event = _vm->_events->chain(q_event, &event); + } break; case SCENE_END: break; |