aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/widget_tooltip.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-08-23 16:01:32 -0400
committerPaul Gilbert2015-08-23 16:01:32 -0400
commit6511f2ec2cc8bb1741e989e8d924a4708f3f04a4 (patch)
treedcd8c1b7329026b813cddaf64262247fed5a46f7 /engines/sherlock/tattoo/widget_tooltip.cpp
parent57edfc8a5dd7f96e01759561709744aea5aa9943 (diff)
downloadscummvm-rg350-6511f2ec2cc8bb1741e989e8d924a4708f3f04a4.tar.gz
scummvm-rg350-6511f2ec2cc8bb1741e989e8d924a4708f3f04a4.tar.bz2
scummvm-rg350-6511f2ec2cc8bb1741e989e8d924a4708f3f04a4.zip
SHERLOCK: Replace various scene numbers with enum values
Diffstat (limited to 'engines/sherlock/tattoo/widget_tooltip.cpp')
-rw-r--r--engines/sherlock/tattoo/widget_tooltip.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/widget_tooltip.cpp b/engines/sherlock/tattoo/widget_tooltip.cpp
index 9dfa1ea86c..3d2ca1f7f7 100644
--- a/engines/sherlock/tattoo/widget_tooltip.cpp
+++ b/engines/sherlock/tattoo/widget_tooltip.cpp
@@ -22,6 +22,7 @@
#include "sherlock/tattoo/widget_tooltip.h"
#include "sherlock/tattoo/tattoo_map.h"
+#include "sherlock/tattoo/tattoo_scene.h"
#include "sherlock/tattoo/tattoo_user_interface.h"
#include "sherlock/tattoo/tattoo.h"
@@ -184,7 +185,7 @@ void WidgetSceneTooltip::handleEvents() {
Common::String str;
if (ui._bgFound != -1) {
// Clear the Arrow Zone fields so it won't think we're displaying an Arrow Zone cursor
- if (scene._currentScene != 90) // RRR Take out the cludge for room 90
+ if (scene._currentScene != OVERHEAD_MAP2)
ui._arrowZone = ui._oldArrowZone = -1;
// Get the description string