aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_map.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-04 10:39:03 -0400
committerPaul Gilbert2015-07-04 10:39:03 -0400
commit39544c1728524f3ebc729c8d90ca0f191078d3a4 (patch)
tree053b4cc3243ea8d6a528b0aa953eef05ff6f76b3 /engines/sherlock/tattoo/tattoo_map.cpp
parentb95591da61a10d43c82efbcff7e1b104a8b45392 (diff)
downloadscummvm-rg350-39544c1728524f3ebc729c8d90ca0f191078d3a4.tar.gz
scummvm-rg350-39544c1728524f3ebc729c8d90ca0f191078d3a4.tar.bz2
scummvm-rg350-39544c1728524f3ebc729c8d90ca0f191078d3a4.zip
SHERLOCK: RT: Additional constants for flags and characters
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_map.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo_map.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sherlock/tattoo/tattoo_map.cpp b/engines/sherlock/tattoo/tattoo_map.cpp
index 365c14a79c..bc7dafdbb2 100644
--- a/engines/sherlock/tattoo/tattoo_map.cpp
+++ b/engines/sherlock/tattoo/tattoo_map.cpp
@@ -71,10 +71,10 @@ int TattooMap::show() {
if (music._midiOption) {
// See if Holmes or Watson is the active character
Common::String song;
- if (_vm->readFlags(76))
+ if (_vm->readFlags(FLAG_PLAYER_IS_HOLMES))
// Player is Holmes
song = "Cue9";
- else if (_vm->readFlags(525))
+ else if (_vm->readFlags(FLAG_ALT_MAP_MUSIC))
song = "Cue8";
else
song = "Cue7";