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.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/saga/ite_introproc.cpp b/saga/ite_introproc.cpp
index 1ef061b98b..00c2d7cb77 100644
--- a/saga/ite_introproc.cpp
+++ b/saga/ite_introproc.cpp
@@ -304,8 +304,8 @@ int Scene::ITEIntroAnimProc(int param) {
q_event = _vm->_events->queue(&event);
- debug(0, "Intro animation procedure started.");
- debug(0, "Linking animation resources...");
+ debug(3, "Intro animation procedure started.");
+ debug(3, "Linking animation resources...");
_vm->_anim->setFrameTime(0, ITE_INTRO_FRAMETIME);
@@ -332,7 +332,7 @@ int Scene::ITEIntroAnimProc(int param) {
_vm->_anim->setFlag(lastAnim, ANIM_ENDSCENE);
- debug(0, "Beginning animation playback.");
+ debug(3, "Beginning animation playback.");
// Begin the animation
event.type = ONESHOT_EVENT;