aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/group.cpp
diff options
context:
space:
mode:
authorStrangerke2016-08-25 18:32:03 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit6a02a571cd5e8df4f70f64eace4fbce03f70faf8 (patch)
treee9f9dbe6a3d8d33fce44e6006b14164506fb13df /engines/dm/group.cpp
parent0d5f9a762eec1b6ce13e21b2f94aaac7596ff479 (diff)
downloadscummvm-rg350-6a02a571cd5e8df4f70f64eace4fbce03f70faf8.tar.gz
scummvm-rg350-6a02a571cd5e8df4f70f64eace4fbce03f70faf8.tar.bz2
scummvm-rg350-6a02a571cd5e8df4f70f64eace4fbce03f70faf8.zip
DM: Rename variables and functions of DisplayMan
Diffstat (limited to 'engines/dm/group.cpp')
-rw-r--r--engines/dm/group.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/group.cpp b/engines/dm/group.cpp
index 5c60ff4c4f..2b2675c7ff 100644
--- a/engines/dm/group.cpp
+++ b/engines/dm/group.cpp
@@ -1208,7 +1208,7 @@ T0200006:
T0200011:
AL0422_i_SightRange = L0424_ps_CreatureInfo->getSightRange();
if (!getFlag(L0424_ps_CreatureInfo->_attributes, k0x1000_MaskCreatureInfo_nightVision)) {
- AL0422_i_SightRange -= _vm->_displayMan->_g304_dungeonViewPaletteIndex >> 1;
+ AL0422_i_SightRange -= _vm->_displayMan->_dungeonViewPaletteIndex >> 1;
}
if (_g381_currGroupDistanceToParty > MAX((int16)1, AL0422_i_SightRange)) {
return 0;