aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2007-11-27 10:02:53 +0000
committerPaul Gilbert2007-11-27 10:02:53 +0000
commit664ab3ea7ee82cb5db619dcc7e18e69eb610e01b (patch)
tree841495bbd303b29b17a8cd3f9673031c3bc628be
parentffe4f9006db08ee9dba26cc389802b08e95fa888 (diff)
downloadscummvm-rg350-664ab3ea7ee82cb5db619dcc7e18e69eb610e01b.tar.gz
scummvm-rg350-664ab3ea7ee82cb5db619dcc7e18e69eb610e01b.tar.bz2
scummvm-rg350-664ab3ea7ee82cb5db619dcc7e18e69eb610e01b.zip
Removed old commented out debug code
svn-id: r29647
-rw-r--r--engines/lure/intro.cpp3
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;