aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/dm/champion.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/dm/champion.cpp b/engines/dm/champion.cpp
index 693fb50ace..71e285ed1c 100644
--- a/engines/dm/champion.cpp
+++ b/engines/dm/champion.cpp
@@ -168,6 +168,8 @@ void ChampionMan::addCandidateChampionToParty(uint16 championPortraitIndex) {
character_Green += 4;
champ->_currStamina = champ->_maxStamina = getDecodedValue(character_Green, 4);
character_Green += 4;
+ champ->_currMana = champ->_maxMana = getDecodedValue(character_Green, 4);
+ character_Green += 4;
character_Green++;
int16 AL_0_statisticIndex;