From 944cf4c64fd978db9b49a4317a955dc681b51089 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 30 Aug 2015 10:01:25 -0400 Subject: SHERLOCK: Syntax fixes --- engines/sherlock/scalpel/scalpel_scene.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/sherlock/scalpel/scalpel_scene.cpp') diff --git a/engines/sherlock/scalpel/scalpel_scene.cpp b/engines/sherlock/scalpel/scalpel_scene.cpp index 999393fdcb..b2c7339363 100644 --- a/engines/sherlock/scalpel/scalpel_scene.cpp +++ b/engines/sherlock/scalpel/scalpel_scene.cpp @@ -732,8 +732,7 @@ int ScalpelScene::findBgShape(const Common::Point &pt) { && o._aType <= PERSON) { if (o.getNewBounds().contains(pt)) return idx; - } - else if (o._type == NO_SHAPE) { + } else if (o._type == NO_SHAPE) { if (o.getNoShapeBounds().contains(pt)) return idx; } -- cgit v1.2.3