From 57858a8757a5b3d96958ec856862886184082652 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 5 Jul 2005 16:58:36 +0000 Subject: 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 --- saga/ite_introproc.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'saga/ite_introproc.cpp') 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; -- cgit v1.2.3