aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/statics.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-04 14:42:52 +0200
committerEugene Sandulenko2016-09-04 14:42:52 +0200
commitb1fc0f69462feb635c2359087b63393d02f8f819 (patch)
tree9012d11c819f492ce958d8994456e932f7caf739 /engines/fullpipe/statics.cpp
parent7395647518750506b96a157a7530d7d20d41f791 (diff)
downloadscummvm-rg350-b1fc0f69462feb635c2359087b63393d02f8f819.tar.gz
scummvm-rg350-b1fc0f69462feb635c2359087b63393d02f8f819.tar.bz2
scummvm-rg350-b1fc0f69462feb635c2359087b63393d02f8f819.zip
JANITORIAL: Fix whitespaces
Diffstat (limited to 'engines/fullpipe/statics.cpp')
-rw-r--r--engines/fullpipe/statics.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/fullpipe/statics.cpp b/engines/fullpipe/statics.cpp
index d8cb3390f8..ec834a9631 100644
--- a/engines/fullpipe/statics.cpp
+++ b/engines/fullpipe/statics.cpp
@@ -192,7 +192,7 @@ StaticANIObject::StaticANIObject(StaticANIObject *src) : GameObject(src) {
if (src->_movements[i]->_currMovement) {
// WORKAROUND: Original uses weird construction here:
- // new Movement(getMovementById(src->getMovementIdById(mov->_id)), this);
+ // new Movement(getMovementById(src->getMovementIdById(mov->_id)), this);
newmov = new Movement(src->getMovementById(src->getMovementIdById(src->_movements[i]->_id)), this);
newmov->_id = src->_movements[i]->_id;
} else {
@@ -1989,7 +1989,7 @@ bool Movement::gotoNextFrame(void (*callback1)(int, Common::Point *point, int, i
return false;
}
} else if ((uint)_currDynamicPhaseIndex == _dynamicPhases.size() - 1
- && !(_dynamicPhases.back()->_countdown)) {
+ && !(_dynamicPhases.back()->_countdown)) {
return false;
}
}