From 7e6539f400f0607e35b269dfb9e33459dc2e85cf Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 16 Jun 2015 10:02:32 +0300 Subject: SHERLOCK: Use IS_3DO in more places --- engines/sherlock/scalpel/scalpel_scene.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 af7090332c..1bda827260 100644 --- a/engines/sherlock/scalpel/scalpel_scene.cpp +++ b/engines/sherlock/scalpel/scalpel_scene.cpp @@ -582,7 +582,7 @@ int ScalpelScene::startCAnim(int cAnimNum, int playRate) { } // Now load the resource as an image - if (_vm->getPlatform() != Common::kPlatform3DO) { + if (!IS_3DO) { cObj._images = new ImageFile(fname); } else { cObj._images = new ImageFile3DO(fname, kImageFile3DOType_RoomFormat); -- cgit v1.2.3