aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/map.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-04-22 19:44:57 -0500
committerPaul Gilbert2015-04-22 19:44:57 -0500
commit1ae176f3eb2e392d400095d734895728f0a5eabc (patch)
tree9dd6570d8c52d961ed31f529a70650e83c0df905 /engines/sherlock/map.h
parentafbc333696c11a5a10bd6aa1061eded92836c751 (diff)
downloadscummvm-rg350-1ae176f3eb2e392d400095d734895728f0a5eabc.tar.gz
scummvm-rg350-1ae176f3eb2e392d400095d734895728f0a5eabc.tar.bz2
scummvm-rg350-1ae176f3eb2e392d400095d734895728f0a5eabc.zip
SHERLOCK: Fix display of location names on overhead map
Diffstat (limited to 'engines/sherlock/map.h')
-rw-r--r--engines/sherlock/map.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sherlock/map.h b/engines/sherlock/map.h
index 5b63fe768c..752137e0ba 100644
--- a/engines/sherlock/map.h
+++ b/engines/sherlock/map.h
@@ -76,6 +76,7 @@ private:
void saveTopLine();
void eraseTopLine();
+ void showPlaceName(int idx, bool highlighted);
void updateMap(bool flushScreen);
@@ -83,6 +84,8 @@ private:
void saveIcon(ImageFrame *src, const Common::Point &pt);
void restoreIcon();
+
+ void highlightIcon(const Common::Point &pt);
public:
Map(SherlockEngine *vm);