aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/sherlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/sherlock.h')
-rw-r--r--engines/sherlock/sherlock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sherlock/sherlock.h b/engines/sherlock/sherlock.h
index 75c8498e4e..a392e1d8b2 100644
--- a/engines/sherlock/sherlock.h
+++ b/engines/sherlock/sherlock.h
@@ -65,6 +65,8 @@ enum GameType {
#define SHERLOCK_SCREEN_WIDTH _vm->_screen->w()
#define SHERLOCK_SCREEN_HEIGHT _vm->_screen->h()
#define SHERLOCK_SCENE_HEIGHT (IS_SERRATED_SCALPEL ? 138 : 480)
+// TODO: Is this the correct scene count for The Case of the Rose Tattoo?
+#define SCENES_COUNT (IS_SERRATED_SCALPEL ? 63 : 99)
struct SherlockGameDescription;