aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/scenes/group2.cpp
diff options
context:
space:
mode:
authorStrangerke2016-05-23 00:44:00 +0200
committerStrangerke2016-05-23 00:44:00 +0200
commit58e77d693b2575b3a7680fb2bca6dc2f41449278 (patch)
treebe215b6029594ee1624cf6330c698ea522e2a55c /engines/gnap/scenes/group2.cpp
parent58fb1563cab13f912496fe3dcd42caef5978fef6 (diff)
downloadscummvm-rg350-58e77d693b2575b3a7680fb2bca6dc2f41449278.tar.gz
scummvm-rg350-58e77d693b2575b3a7680fb2bca6dc2f41449278.tar.bz2
scummvm-rg350-58e77d693b2575b3a7680fb2bca6dc2f41449278.zip
GNAP: Remove original debug code
Diffstat (limited to 'engines/gnap/scenes/group2.cpp')
-rw-r--r--engines/gnap/scenes/group2.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/gnap/scenes/group2.cpp b/engines/gnap/scenes/group2.cpp
index d0a2131207..db529c9a8a 100644
--- a/engines/gnap/scenes/group2.cpp
+++ b/engines/gnap/scenes/group2.cpp
@@ -1573,9 +1573,6 @@ void Scene24::run() {
_girlSequenceId = 0x36;
_boySequenceId = 0x30;
- if (_vm->_debugLevel == 4)
- _vm->startIdleTimer(8);
-
_vm->queueInsertDeviceIcon();
if (_vm->_prevSceneNum == 20) {
@@ -1721,8 +1718,6 @@ void Scene24::run() {
break;
}
}
- if (_vm->_debugLevel == 4)
- _vm->updateIdleTimer();
_vm->playSoundA();
}
@@ -2359,9 +2354,6 @@ void Scene27::run() {
if (!_vm->isFlag(kGFUnk13))
gameSys.insertSequence(0xD3, 39, 0, 0, kSeqNone, 0, 0, 0);
- if (_vm->_debugLevel == 4)
- _vm->startIdleTimer(6);
-
gameSys.insertSequence(0xCB, 39, 0, 0, kSeqNone, 0, 0, 0);
_currJanitorSequenceId = 0xCB;
@@ -2561,8 +2553,6 @@ void Scene27::run() {
plat.updateIdleSequence();
if (gnap._actionStatus < 0)
gnap.updateIdleSequence();
- if (_vm->_debugLevel == 4)
- _vm->updateIdleTimer();
if (!_vm->_timers[5]) {
_vm->_timers[5] = _vm->getRandom(20) + 60;
if (gnap._actionStatus < 0) {