aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/lift.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-05 00:11:07 +0200
committerEugene Sandulenko2016-09-05 00:11:07 +0200
commit2cbf7da3199f61878fff8c8bfd1300cb6a4068ab (patch)
tree7ae78451fef8686d9c56b1e34d31995976a8bdfd /engines/fullpipe/lift.cpp
parent7e07e0196314245420f0430ee657e791c43944a2 (diff)
downloadscummvm-rg350-2cbf7da3199f61878fff8c8bfd1300cb6a4068ab.tar.gz
scummvm-rg350-2cbf7da3199f61878fff8c8bfd1300cb6a4068ab.tar.bz2
scummvm-rg350-2cbf7da3199f61878fff8c8bfd1300cb6a4068ab.zip
FULLPIPE: Rename is GabeObject
Diffstat (limited to 'engines/fullpipe/lift.cpp')
-rw-r--r--engines/fullpipe/lift.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/fullpipe/lift.cpp b/engines/fullpipe/lift.cpp
index c64e7b67fa..10b41546b5 100644
--- a/engines/fullpipe/lift.cpp
+++ b/engines/fullpipe/lift.cpp
@@ -240,23 +240,23 @@ void FullpipeEngine::lift_exitSeq(ExCommand *cmd) {
if (!cmd) {
ex = new ExCommand(_aniMan->_id, 2, 40, 0, 0, 0, 1, 0, 0, 0);
- ex->_param = _aniMan->_okeyCode;
+ ex->_param = _aniMan->_odelay;
ex->_excFlags |= 2;
mq->addExCommandToEnd(ex);
}
ex = new ExCommand(_lift->_id, 1, MV_LFT_OPEN, 0, 0, 0, 1, 0, 0, 0);
- ex->_param = _lift->_okeyCode;
+ ex->_param = _lift->_odelay;
ex->_excFlags |= 2;
mq->addExCommandToEnd(ex);
ex = new ExCommand(_aniMan->_id, 1, MV_MAN_STARTD, 0, 0, 0, 1, 0, 0, 0);
- ex->_param = _aniMan->_okeyCode;
+ ex->_param = _aniMan->_odelay;
ex->_excFlags |= 2;
mq->addExCommandToEnd(ex);
ex = new ExCommand(_aniMan->_id, 5, -1, 0, 0, 0, 1, 0, 0, 0);
- ex->_param = _aniMan->_okeyCode;
+ ex->_param = _aniMan->_odelay;
ex->_field_14 = 10;
ex->_x = -1;
ex->_y = -1;
@@ -274,7 +274,7 @@ void FullpipeEngine::lift_exitSeq(ExCommand *cmd) {
mq->addExCommandToEnd(ex);
ex = new ExCommand(_lift->_id, 1, MV_LFT_CLOSE, 0, 0, 0, 1, 0, 0, 0);
- ex->_param = _lift->_okeyCode;
+ ex->_param = _lift->_odelay;
ex->_excFlags |= 2;
mq->addExCommandToEnd(ex);
@@ -340,12 +340,12 @@ void FullpipeEngine::lift_walkAndGo() {
mq->setFlags(mq->getFlags() | 1);
ex = new ExCommand(_aniMan->_id, 2, 15, 0, 0, 0, 1, 0, 0, 0);
- ex->_param = _aniMan->_okeyCode;
+ ex->_param = _aniMan->_odelay;
ex->_excFlags |= 2;
mq->addExCommand(ex);
ex = new ExCommand(_aniMan->_id, 5, -1, 0, 0, 0, 1, 0, 0, 0);
- ex->_param = _aniMan->_okeyCode;
+ ex->_param = _aniMan->_odelay;
ex->_field_14 = _lift->_priority + 1;
ex->_x = -1;
ex->_y = -1;