aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/eventman.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-10 21:54:22 +0200
committerEugene Sandulenko2016-09-10 21:54:22 +0200
commit2fd23749924d0ee23f0fe9e48b8bc7831df54853 (patch)
tree2f89f68d0b768cf6929164df436317fd7631c447 /engines/dm/eventman.cpp
parent786f2449293faaa914522239fafc74559dfb5c60 (diff)
downloadscummvm-rg350-2fd23749924d0ee23f0fe9e48b8bc7831df54853.tar.gz
scummvm-rg350-2fd23749924d0ee23f0fe9e48b8bc7831df54853.tar.bz2
scummvm-rg350-2fd23749924d0ee23f0fe9e48b8bc7831df54853.zip
DM: Rename _C to _Cu
Diffstat (limited to 'engines/dm/eventman.cpp')
-rw-r--r--engines/dm/eventman.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/dm/eventman.cpp b/engines/dm/eventman.cpp
index 508f95946b..e95f7e3bf1 100644
--- a/engines/dm/eventman.cpp
+++ b/engines/dm/eventman.cpp
@@ -1388,8 +1388,8 @@ void EventManager::processType80_clickInDungeonViewDropLeaderHandObject(uint16 v
newEvent._priority = removedJunk->getChargeCount();
newEvent._Bu._location._mapX = mapX;
newEvent._Bu._location._mapY = mapY;
- newEvent._C.A._cell = currCell;
- newEvent._C.A._effect = k2_SensorEffToggle;
+ newEvent._Cu.A._cell = currCell;
+ newEvent._Cu.A._effect = k2_SensorEffToggle;
_vm->_timeline->addEventGetEventIndex(&newEvent);
}
_vm->_stopWaitingForPlayerInput = true;