aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2007-08-30 18:49:02 +0000
committerEugene Sandulenko2007-08-30 18:49:02 +0000
commitfedb69dd6b9b77f2dbbc3dc615500d6a2ccf4c02 (patch)
tree562f5d8af0548a4ec5faf404c5b669cdfe19290c
parent66ccbb97d1487c6a7aaa8a095df6d2942f778067 (diff)
downloadscummvm-rg350-fedb69dd6b9b77f2dbbc3dc615500d6a2ccf4c02.tar.gz
scummvm-rg350-fedb69dd6b9b77f2dbbc3dc615500d6a2ccf4c02.tar.bz2
scummvm-rg350-fedb69dd6b9b77f2dbbc3dc615500d6a2ccf4c02.zip
Remove debug leftover
svn-id: r28764
-rw-r--r--engines/saga/ihnm_introproc.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/saga/ihnm_introproc.cpp b/engines/saga/ihnm_introproc.cpp
index 5c0e182cd7..53f215b87b 100644
--- a/engines/saga/ihnm_introproc.cpp
+++ b/engines/saga/ihnm_introproc.cpp
@@ -51,8 +51,6 @@ int Scene::IHNMStartProc() {
IHNMLoadCutaways();
- _vm->_music->play(0, MUSIC_NORMAL);
-
if (_vm->getGameId() != GID_IHNM_DEMO) {
// Play Cyberdreams logo for 168 frames
if (!playTitle(0, -168, true)) {