aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes/scene08.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-04 23:54:43 +0200
committerEugene Sandulenko2016-09-04 23:54:43 +0200
commit26f55005b3dad33a6ca9ff0b9d0df98bb4478be0 (patch)
tree2b078a8ad98a5fae0a63f7aaf23bd1f7802ad243 /engines/fullpipe/scenes/scene08.cpp
parenta3238fdbac5c2b3c0cd5b7e753321c3973fe8a3b (diff)
downloadscummvm-rg350-26f55005b3dad33a6ca9ff0b9d0df98bb4478be0.tar.gz
scummvm-rg350-26f55005b3dad33a6ca9ff0b9d0df98bb4478be0.tar.bz2
scummvm-rg350-26f55005b3dad33a6ca9ff0b9d0df98bb4478be0.zip
FULLPIPE: Rename in ExCommand structure
Diffstat (limited to 'engines/fullpipe/scenes/scene08.cpp')
-rw-r--r--engines/fullpipe/scenes/scene08.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/fullpipe/scenes/scene08.cpp b/engines/fullpipe/scenes/scene08.cpp
index 419705164c..313bf9d012 100644
--- a/engines/fullpipe/scenes/scene08.cpp
+++ b/engines/fullpipe/scenes/scene08.cpp
@@ -318,7 +318,7 @@ void sceneHandler08_badLuck() {
ExCommand *ex = new ExCommand(g_fp->_aniMan->_id, 1, MV_MAN8_BADLUCK, 0, 0, 0, 1, 0, 0, 0);
ex->_excFlags |= 2;
- ex->_keyCode = g_fp->_aniMan->_okeyCode;
+ ex->_param = g_fp->_aniMan->_okeyCode;
mq->addExCommandToEnd(ex);
mq->setFlags(mq->getFlags() | 1);
@@ -408,7 +408,7 @@ void sceneHandler08_checkEndArcade() {
ExCommand *ex = new ExCommand(SC_8, 17, 0, 0, 0, 0, 1, 0, 0, 0);
ex->_messageNum = 61;
ex->_excFlags |= 2;
- ex->_keyCode = TrubaUp;
+ ex->_param = TrubaUp;
ex->postMessage();
}