aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
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;