aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/game.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2006-11-14 15:39:11 +0000
committerJohannes Schickel2006-11-14 15:39:11 +0000
commit7b0e6f1489878a4a45b1327f2d1733f561757c0b (patch)
tree0c474b1bacb387925e47f14dc68083ebd185cc43 /engines/gob/game.cpp
parent3f0ebaaa1846175fa18dda340a06bd70f0e6cc59 (diff)
downloadscummvm-rg350-7b0e6f1489878a4a45b1327f2d1733f561757c0b.tar.gz
scummvm-rg350-7b0e6f1489878a4a45b1327f2d1733f561757c0b.tar.bz2
scummvm-rg350-7b0e6f1489878a4a45b1327f2d1733f561757c0b.zip
formatting.
svn-id: r24720
Diffstat (limited to 'engines/gob/game.cpp')
-rw-r--r--engines/gob/game.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/gob/game.cpp b/engines/gob/game.cpp
index ca29d157fc..2c2ff6c6a8 100644
--- a/engines/gob/game.cpp
+++ b/engines/gob/game.cpp
@@ -947,8 +947,7 @@ void Game::collAreaSub(int16 index, int8 enter) {
collId = _collisionAreas[index].id & 0xF000;
- if ((collId == 0xA000) || (collId == 0x9000))
- {
+ if ((collId == 0xA000) || (collId == 0x9000)) {
if (enter == 0)
WRITE_VAR(17, _collisionAreas[index].id & 0x0FFF);
else