aboutsummaryrefslogtreecommitdiff
path: root/saga/ite_introproc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/ite_introproc.cpp')
-rw-r--r--saga/ite_introproc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/ite_introproc.cpp b/saga/ite_introproc.cpp
index 92250b2c56..81d8f8a30d 100644
--- a/saga/ite_introproc.cpp
+++ b/saga/ite_introproc.cpp
@@ -663,7 +663,7 @@ int Scene::ITEIntroValleyProc(int param, SCENE_INFO *scene_info) {
// Begin title screen background animation
_vm->_anim->setCycles(0, -1);
- _vm->_anim->play(0, PALETTE_FADE_DURATION);
+ _vm->_anim->play(0, kNormalFadeDuration);
// Begin ITE title theme music
_vm->_music->stop();