aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scene.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/scene.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/scene.cpp')
-rw-r--r--engines/fullpipe/scene.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/fullpipe/scene.cpp b/engines/fullpipe/scene.cpp
index 70f5f1aa81..6f23431203 100644
--- a/engines/fullpipe/scene.cpp
+++ b/engines/fullpipe/scene.cpp
@@ -424,7 +424,7 @@ void Scene::preloadMovements(GameVar *var) {
ani->loadMovementsPixelData();
}
}
- }
+ }
}
void Scene::initObjectCursors(const char *varname) {
@@ -440,12 +440,12 @@ void Scene::initObjectCursors(const char *varname) {
GameObject *obj = getPictureObjectByName(sub->_varName, -1);
if (obj || (obj = getStaticANIObject1ByName(sub->_varName, -1)) != 0) {
- if (obj->_id < minId)
- minId = obj->_id;
- if (obj->_id > maxId)
- maxId = obj->_id;
- }
- }
+ if (obj->_id < minId)
+ minId = obj->_id;
+ if (obj->_id > maxId)
+ maxId = obj->_id;
+ }
+ }
g_fp->_minCursorId = minId;
g_fp->_maxCursorId = maxId;
@@ -732,7 +732,7 @@ void Scene::drawContent(int minPri, int maxPri, bool drawBg) {
break;
}
}
- }
+ }
for (uint i = 1; i < _picObjList.size(); i++) {