diff options
-rw-r--r-- | engines/lure/intro.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/lure/intro.cpp b/engines/lure/intro.cpp index 538cca9673..4b59e76c65 100644 --- a/engines/lure/intro.cpp +++ b/engines/lure/intro.cpp @@ -111,9 +111,6 @@ bool Introduction::show() { currentSound = curr_anim->soundNumber; Sound.musicInterface_Play(currentSound, 0); - // DEBUG TEST -// g_system->delayMillis(1000); -// Sound.musicInterface_Play(1, 1); } bool fadeIn = curr_anim == anim_screens; |