aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Hesse2007-03-29 20:49:37 +0000
committerSven Hesse2007-03-29 20:49:37 +0000
commit046fe5060bb2676bedd82f3d679b1f5f4fdf5b89 (patch)
tree935c82e1b6787f9229f61c6079bec8ee1784d1dc
parent2a4fc29d46fa464f2fde6057457a5d0d2749db0a (diff)
downloadscummvm-rg350-046fe5060bb2676bedd82f3d679b1f5f4fdf5b89.tar.gz
scummvm-rg350-046fe5060bb2676bedd82f3d679b1f5f4fdf5b89.tar.bz2
scummvm-rg350-046fe5060bb2676bedd82f3d679b1f5f4fdf5b89.zip
Formatting (Take that, LordHoto! ;P)
svn-id: r26324
-rw-r--r--engines/gob/imd.cpp4
-rw-r--r--engines/gob/mult_v2.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/engines/gob/imd.cpp b/engines/gob/imd.cpp
index cf7792996f..9306f6a2ca 100644
--- a/engines/gob/imd.cpp
+++ b/engines/gob/imd.cpp
@@ -625,7 +625,7 @@ void ImdPlayer::play(const char *path, int16 x, int16 y, bool interruptible) {
int16 buttons;
_vm->_util->setFrameRate(12);
- if(!openImd(path, x, y, 0, 2))
+ if (!openImd(path, x, y, 0, 2))
return;
_vm->_video->fillRect(_vm->_draw->_frontSurface, x, y,
@@ -650,7 +650,7 @@ void ImdPlayer::play(const char *path, int16 x, int16 y, int16 startFrame,
int endFrame;
_vm->_util->setFrameRate(12);
- if(!openImd(path, x, y, 0, 0))
+ if (!openImd(path, x, y, 0, 0))
return;
_vm->_video->fillRect(_vm->_draw->_frontSurface, x, y,
diff --git a/engines/gob/mult_v2.cpp b/engines/gob/mult_v2.cpp
index 20fa5d4ae0..980bb8ab16 100644
--- a/engines/gob/mult_v2.cpp
+++ b/engines/gob/mult_v2.cpp
@@ -563,7 +563,7 @@ void Mult_v2::drawStatics(bool &stop) {
_multData->staticKeys[_counter].layer;
staticIndex = _multData->staticIndices[i];
- while(_vm->_scenery->getStaticLayersCount(staticIndex) <=
+ while (_vm->_scenery->getStaticLayersCount(staticIndex) <=
_vm->_scenery->_curStaticLayer) {
_vm->_scenery->_curStaticLayer -=
_vm->_scenery->getStaticLayersCount(staticIndex);