aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/modules/module1000.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2013-06-12 11:16:05 +0300
committerFilippos Karapetis2013-06-12 11:35:47 +0300
commit9d489e82ce3925150485e5bf50653c81e553bbcb (patch)
treee87ae1c2e0f90c11658019546c05403110351082 /engines/neverhood/modules/module1000.cpp
parenteedf510c2dd0b31483acb9bde3f1eb80bbb26968 (diff)
downloadscummvm-rg350-9d489e82ce3925150485e5bf50653c81e553bbcb.tar.gz
scummvm-rg350-9d489e82ce3925150485e5bf50653c81e553bbcb.tar.bz2
scummvm-rg350-9d489e82ce3925150485e5bf50653c81e553bbcb.zip
NEVERHOOD: Remove or silence by default some more debug output
Diffstat (limited to 'engines/neverhood/modules/module1000.cpp')
-rw-r--r--engines/neverhood/modules/module1000.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/neverhood/modules/module1000.cpp b/engines/neverhood/modules/module1000.cpp
index 2a5afe3617..a28d934cf6 100644
--- a/engines/neverhood/modules/module1000.cpp
+++ b/engines/neverhood/modules/module1000.cpp
@@ -27,8 +27,6 @@ namespace Neverhood {
Module1000::Module1000(NeverhoodEngine *vm, Module *parentModule, int which)
: Module(vm, parentModule) {
- debug("Create Module1000(%d)", which);
-
_musicFileHash = getGlobalVar(V_ENTRANCE_OPEN) ? 0x81106480 : 0x00103144;
_vm->_soundMan->addMusic(0x03294419, 0x061880C6);