From 7b0e6f1489878a4a45b1327f2d1733f561757c0b Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 14 Nov 2006 15:39:11 +0000 Subject: formatting. svn-id: r24720 --- engines/gob/game.cpp | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3