aboutsummaryrefslogtreecommitdiff
path: root/saga/ite_introproc.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-07-05 16:58:36 +0000
committerEugene Sandulenko2005-07-05 16:58:36 +0000
commit57858a8757a5b3d96958ec856862886184082652 (patch)
tree3877bff19788a81c5d9ddb9fedb54d29620ab447 /saga/ite_introproc.cpp
parent34d6c7de8c2b97165cc50f8503b0f87751643e7d (diff)
downloadscummvm-rg350-57858a8757a5b3d96958ec856862886184082652.tar.gz
scummvm-rg350-57858a8757a5b3d96958ec856862886184082652.tar.bz2
scummvm-rg350-57858a8757a5b3d96958ec856862886184082652.zip
Hid most of debug output to deeper levels. We're pretty close to official
launch so it should be invisible to users. svn-id: r18497
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;