aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/party.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/party.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/party.h')
-rw-r--r--engines/xeen/party.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/party.h b/engines/xeen/party.h
index 23a9407a76..322ae2b052 100644
--- a/engines/xeen/party.h
+++ b/engines/xeen/party.h
@@ -215,7 +215,7 @@ public:
public:
// Other party related runtime data
Roster _roster;
- Common::Array<Character> _activeParty;
+ CharacterArray _activeParty;
bool _newDay;
bool _isNight;
bool _stepped;