aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorStrangerke2014-05-26 22:01:22 +0200
committerStrangerke2014-05-26 22:14:50 +0200
commitc20fabb98082fe9237504b80e4f4049bd0fc687c (patch)
treed7e769082b2a946a649d6559aa5a433ce7f2ed68 /engines
parent8661afeaebb7c26857f1f78d54f35c01dd5258e6 (diff)
downloadscummvm-rg350-c20fabb98082fe9237504b80e4f4049bd0fc687c.tar.gz
scummvm-rg350-c20fabb98082fe9237504b80e4f4049bd0fc687c.tar.bz2
scummvm-rg350-c20fabb98082fe9237504b80e4f4049bd0fc687c.zip
MADS: Remove obsolete comment in scene 608
Diffstat (limited to 'engines')
-rw-r--r--engines/mads/nebular/nebular_scenes6.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/mads/nebular/nebular_scenes6.cpp b/engines/mads/nebular/nebular_scenes6.cpp
index fb1fcf5361..feb2725b1f 100644
--- a/engines/mads/nebular/nebular_scenes6.cpp
+++ b/engines/mads/nebular/nebular_scenes6.cpp
@@ -1892,7 +1892,6 @@ void Scene608::step() {
_dogTimer2 = _scene->_frameStartTime;
}
- // CHECKME: _checkFl is always false?
if (_dogRunTimer >= 480 && !_checkFl && !_buttonPressedonTimeFl && !_dogFirstEncounter && _dogUnderCar && _dogActiveFl) {
_checkFl = true;
_dogSquashFl = false;
@@ -1988,7 +1987,6 @@ void Scene608::step() {
_nextTrigger = 2;
}
-
if ((nextFrame >= 0) && (nextFrame != _scene->_activeAnimation->getCurrentFrame())) {
_scene->_activeAnimation->setCurrentFrame(nextFrame);
_carFrame = nextFrame;