diff options
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_scene.h')
-rw-r--r-- | engines/sherlock/tattoo/tattoo_scene.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/tattoo_scene.h b/engines/sherlock/tattoo/tattoo_scene.h index d9e4ae30b8..b75f7e70eb 100644 --- a/engines/sherlock/tattoo/tattoo_scene.h +++ b/engines/sherlock/tattoo/tattoo_scene.h @@ -31,6 +31,8 @@ namespace Sherlock { namespace Tattoo { +extern const int FS_TRANS[8]; + enum { STARTING_GAME_SCENE = 1, STARTING_INTRO_SCENE = 91, OVERHEAD_MAP2 = 90, OVERHEAD_MAP = 100 }; |