From 1a1010f0ab4164bb615283f9c332afbf97f702ca Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 25 May 2015 11:04:34 -0400 Subject: SHERLOCK: Cleanup of checkBgShapes and updateBackground --- engines/sherlock/sherlock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock/sherlock.h') diff --git a/engines/sherlock/sherlock.h b/engines/sherlock/sherlock.h index bf8c0d6aaf..467f20e381 100644 --- a/engines/sherlock/sherlock.h +++ b/engines/sherlock/sherlock.h @@ -60,7 +60,7 @@ enum GameType { #define SHERLOCK_SCREEN_WIDTH _vm->_screen->w() #define SHERLOCK_SCREEN_HEIGHT _vm->_screen->h() -#define SHERLOCK_SCENE_HEIGHT 138 +#define SHERLOCK_SCENE_HEIGHT (IS_SERRATED_SCALPEL ? 138 : 480) struct SherlockGameDescription; -- cgit v1.2.3