aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/module2300.cpp
diff options
context:
space:
mode:
authorjohndoe1232012-10-20 21:06:39 +0000
committerWillem Jan Palenstijn2013-05-08 20:47:33 +0200
commit47994441cd5432df0c75953ea7d998c4b87c5443 (patch)
tree584ff42b044fee20b9f7262824f9846f44399518 /engines/neverhood/module2300.cpp
parent5af2de503ecf4e621370bf51a16472e162e543ac (diff)
downloadscummvm-rg350-47994441cd5432df0c75953ea7d998c4b87c5443.tar.gz
scummvm-rg350-47994441cd5432df0c75953ea7d998c4b87c5443.tar.bz2
scummvm-rg350-47994441cd5432df0c75953ea7d998c4b87c5443.zip
NEVERHOOD: Move setting of debug variables to the GameModule
Diffstat (limited to 'engines/neverhood/module2300.cpp')
-rw-r--r--engines/neverhood/module2300.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/neverhood/module2300.cpp b/engines/neverhood/module2300.cpp
index c2cf0df133..9b1945a6e6 100644
--- a/engines/neverhood/module2300.cpp
+++ b/engines/neverhood/module2300.cpp
@@ -36,10 +36,6 @@ Module2300::Module2300(NeverhoodEngine *vm, Module *parentModule, int which)
_vm->_soundMan->addSoundList(0x1A214010, kModule2300SoundList);
_vm->_soundMan->setSoundListParams(kModule2300SoundList, true, 50, 600, 10, 150);
- //DEBUG>>>
- setGlobalVar(V_WALL_BROKEN, 0);
- //DEBUG<<<
-
_flag = getGlobalVar(V_WALL_BROKEN) == 0;
if (_flag) {