aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/anihandler.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2017-12-03 20:07:35 +0100
committerEugene Sandulenko2017-12-03 23:04:58 +0100
commit20fb25d58a732a7d6b750595cd7f4d310f5d0b2e (patch)
tree5ea19291a6838fc49299e85ee287050fef411186 /engines/fullpipe/anihandler.cpp
parent26747d0400ae1afebf98fbf49d0d915ab3312118 (diff)
downloadscummvm-rg350-20fb25d58a732a7d6b750595cd7f4d310f5d0b2e.tar.gz
scummvm-rg350-20fb25d58a732a7d6b750595cd7f4d310f5d0b2e.tar.bz2
scummvm-rg350-20fb25d58a732a7d6b750595cd7f4d310f5d0b2e.zip
FULLPIPE: Renames in ExCommand
Diffstat (limited to 'engines/fullpipe/anihandler.cpp')
-rw-r--r--engines/fullpipe/anihandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/fullpipe/anihandler.cpp b/engines/fullpipe/anihandler.cpp
index e556a8e5f2..4ae870bb93 100644
--- a/engines/fullpipe/anihandler.cpp
+++ b/engines/fullpipe/anihandler.cpp
@@ -394,7 +394,7 @@ MessageQueue *AniHandler::makeRunQueue(MakeQueueStruct *mkQueue) {
ExCommand *ex = new ExCommand(mkQueue->ani->_id, 5, -1, mkQueue->x1, mkQueue->y1, 0, 1, 0, 0, 0);
- ex->_field_14 = mkQueue->field_1C;
+ ex->_z = mkQueue->field_1C;
ex->_param = mkQueue->ani->_odelay;
ex->_field_24 = 0;
ex->_excFlags |= 3;
@@ -741,7 +741,7 @@ ExCommand2 *AniHandler::createCommand(Movement *mov, int objId, int x1, int y1,
ExCommand2 *ex = new ExCommand2(20, objId, points);
ex->_excFlags = 2;
ex->_messageNum = mov->_id;
- ex->_field_14 = len;
+ ex->_z = len;
ex->_field_24 = 1;
ex->_param = -1;