From 20fb25d58a732a7d6b750595cd7f4d310f5d0b2e Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 3 Dec 2017 20:07:35 +0100 Subject: FULLPIPE: Renames in ExCommand --- engines/fullpipe/scenes/scene11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/fullpipe/scenes/scene11.cpp') diff --git a/engines/fullpipe/scenes/scene11.cpp b/engines/fullpipe/scenes/scene11.cpp index 6a08677571..7fb158b817 100644 --- a/engines/fullpipe/scenes/scene11.cpp +++ b/engines/fullpipe/scenes/scene11.cpp @@ -316,7 +316,7 @@ void sceneHandler11_jumpFromSwing() { MessageQueue *mq = new MessageQueue(g_fp->_globalMessageQueueList->compact()); ExCommand *ex = new ExCommand(g_fp->_aniMan->_id, 34, 256, 0, 0, 0, 1, 0, 0, 0); - ex->_field_14 = 256; + ex->_z = 256; ex->_messageNum = 0; ex->_excFlags |= 3; mq->addExCommandToEnd(ex); -- cgit v1.2.3