diff options
author | Sven Hesse | 2007-03-29 20:49:37 +0000 |
---|---|---|
committer | Sven Hesse | 2007-03-29 20:49:37 +0000 |
commit | 046fe5060bb2676bedd82f3d679b1f5f4fdf5b89 (patch) | |
tree | 935c82e1b6787f9229f61c6079bec8ee1784d1dc /engines/gob | |
parent | 2a4fc29d46fa464f2fde6057457a5d0d2749db0a (diff) | |
download | scummvm-rg350-046fe5060bb2676bedd82f3d679b1f5f4fdf5b89.tar.gz scummvm-rg350-046fe5060bb2676bedd82f3d679b1f5f4fdf5b89.tar.bz2 scummvm-rg350-046fe5060bb2676bedd82f3d679b1f5f4fdf5b89.zip |
Formatting (Take that, LordHoto! ;P)
svn-id: r26324
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/imd.cpp | 4 | ||||
-rw-r--r-- | engines/gob/mult_v2.cpp | 2 |
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); |