aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_scene.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-08-23 16:05:38 -0400
committerPaul Gilbert2015-08-23 16:05:38 -0400
commit70d4f5f84e994bd249e9eceda57233f81eb5a434 (patch)
treeb16be4d131b8cdfe26394d57ef78b3874cd4f1a6 /engines/sherlock/tattoo/tattoo_scene.h
parent6511f2ec2cc8bb1741e989e8d924a4708f3f04a4 (diff)
downloadscummvm-rg350-70d4f5f84e994bd249e9eceda57233f81eb5a434.tar.gz
scummvm-rg350-70d4f5f84e994bd249e9eceda57233f81eb5a434.tar.bz2
scummvm-rg350-70d4f5f84e994bd249e9eceda57233f81eb5a434.zip
SHERLOCK: RT: Workaround for incorrect tooltip for man on train ride
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_scene.h')
-rw-r--r--engines/sherlock/tattoo/tattoo_scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_scene.h b/engines/sherlock/tattoo/tattoo_scene.h
index 8d6a2bafa6..678330077c 100644
--- a/engines/sherlock/tattoo/tattoo_scene.h
+++ b/engines/sherlock/tattoo/tattoo_scene.h
@@ -34,7 +34,7 @@ namespace Tattoo {
extern const int FS_TRANS[8];
enum {
- STARTING_GAME_SCENE = 1, WEARY_PUNT = 52, STARTING_INTRO_SCENE = 91, OVERHEAD_MAP2 = 90, OVERHEAD_MAP = 100
+ STARTING_GAME_SCENE = 1, WEARY_PUNT = 52, TRAIN_RIDE = 69, STARTING_INTRO_SCENE = 91, OVERHEAD_MAP2 = 90, OVERHEAD_MAP = 100
};
struct SceneTripEntry {