aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/interface.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-03-30 20:08:31 -0400
committerPaul Gilbert2018-03-30 20:08:31 -0400
commiteca76ea91ec0b932d90d20608db2f4c1b9aae1cf (patch)
tree867935f98f76058e274071b259cc3f9eb856848b /engines/xeen/interface.h
parent83412c91af9d66084923150df2bb1ded3a67824a (diff)
downloadscummvm-rg350-eca76ea91ec0b932d90d20608db2f4c1b9aae1cf.tar.gz
scummvm-rg350-eca76ea91ec0b932d90d20608db2f4c1b9aae1cf.tar.bz2
scummvm-rg350-eca76ea91ec0b932d90d20608db2f4c1b9aae1cf.zip
XEEN: Fix highlighting of character when Cast Spell dialog is opened
Diffstat (limited to 'engines/xeen/interface.h')
-rw-r--r--engines/xeen/interface.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/xeen/interface.h b/engines/xeen/interface.h
index bbc2a77f1e..6de04495b2 100644
--- a/engines/xeen/interface.h
+++ b/engines/xeen/interface.h
@@ -71,8 +71,18 @@ public:
void drawParty(bool updateFlag);
+ /**
+ * Highlights the specified character in the party display at the bottom of the screen
+ * @param charId Character number
+ */
void highlightChar(int charId);
+ /**
+ * Highlights the specified character in the party display at the bottom of the screen
+ * @param c Character to highlight
+ */
+ void highlightChar(const Character *c);
+
void unhighlightChar();
void resetHighlight();