aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/timeline.cpp
diff options
context:
space:
mode:
authorStrangerke2016-08-25 21:25:18 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit5b05f3cff40aea2434e38d574959c07927434c88 (patch)
treeae91e809957dbf944d52e98398d2352d469308ee /engines/dm/timeline.cpp
parent5c81e4f4fd2ea79255e9bc635eb8ef2a93aef60c (diff)
downloadscummvm-rg350-5b05f3cff40aea2434e38d574959c07927434c88.tar.gz
scummvm-rg350-5b05f3cff40aea2434e38d574959c07927434c88.tar.bz2
scummvm-rg350-5b05f3cff40aea2434e38d574959c07927434c88.zip
DM: Rename members of InventoryMan
Diffstat (limited to 'engines/dm/timeline.cpp')
-rw-r--r--engines/dm/timeline.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/dm/timeline.cpp b/engines/dm/timeline.cpp
index 1e19c223b9..db3e2158b1 100644
--- a/engines/dm/timeline.cpp
+++ b/engines/dm/timeline.cpp
@@ -340,7 +340,7 @@ void Timeline::f261_processTimeline() {
case k70_TMEventTypeLight:
_vm->_dungeonMan->setCurrentMap(_vm->_dungeonMan->_partyMapIndex);
f257_timelineProcessEvent70_light(L0681_ps_Event);
- _vm->_inventoryMan->f337_setDungeonViewPalette();
+ _vm->_inventoryMan->setDungeonViewPalette();
break;
case k71_TMEventTypeInvisibility:
_vm->_championMan->_party._event71Count_Invisibility--;
@@ -992,9 +992,9 @@ void Timeline::f254_timelineProcessEvent12_hideDamageReceived(uint16 champIndex)
if (!L0663_ps_Champion->_currHealth) {
return;
}
- if (_vm->indexToOrdinal(champIndex) == _vm->_inventoryMan->_g432_inventoryChampionOrdinal) {
+ if (_vm->indexToOrdinal(champIndex) == _vm->_inventoryMan->_inventoryChampionOrdinal) {
_vm->_eventMan->showMouse();
- _vm->_inventoryMan->f354_drawStatusBoxPortrait((ChampionIndex)champIndex);
+ _vm->_inventoryMan->drawStatusBoxPortrait((ChampionIndex)champIndex);
_vm->_eventMan->hideMouse();
} else {
setFlag(L0663_ps_Champion->_attributes, k0x0080_ChampionAttributeNameTitle);