aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/movesens.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/movesens.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/movesens.cpp')
-rw-r--r--engines/dm/movesens.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/movesens.cpp b/engines/dm/movesens.cpp
index 98da742b40..37dd738a90 100644
--- a/engines/dm/movesens.cpp
+++ b/engines/dm/movesens.cpp
@@ -268,7 +268,7 @@ bool MovesensMan::f267_getMoveResult(Thing thing, int16 mapX, int16 mapY, int16
_vm->_dungeonMan->_partyMapX = destMapX;
_vm->_dungeonMan->_partyMapY = destMapY;
L0718_i_RequiredTeleporterScope = k0x0002_TelepScopeObjOrParty;
- L0723_B_DrawDungeonViewWhileFalling = !_vm->_inventoryMan->_g432_inventoryChampionOrdinal && !_vm->_championMan->_partyIsSleeping;
+ L0723_B_DrawDungeonViewWhileFalling = !_vm->_inventoryMan->_inventoryChampionOrdinal && !_vm->_championMan->_partyIsSleeping;
L0716_ui_Direction = _vm->_dungeonMan->_partyDir;
} else {
if (L0710_i_ThingType == k4_GroupThingType) {