From 26f55005b3dad33a6ca9ff0b9d0df98bb4478be0 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 4 Sep 2016 23:54:43 +0200 Subject: FULLPIPE: Rename in ExCommand structure --- engines/fullpipe/scenes/scene08.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/fullpipe/scenes/scene08.cpp') 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(); } -- cgit v1.2.3