diff options
author | Eugene Sandulenko | 2017-12-03 20:07:35 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2017-12-03 23:04:58 +0100 |
commit | 20fb25d58a732a7d6b750595cd7f4d310f5d0b2e (patch) | |
tree | 5ea19291a6838fc49299e85ee287050fef411186 /engines/fullpipe/scenes/scene04.cpp | |
parent | 26747d0400ae1afebf98fbf49d0d915ab3312118 (diff) | |
download | scummvm-rg350-20fb25d58a732a7d6b750595cd7f4d310f5d0b2e.tar.gz scummvm-rg350-20fb25d58a732a7d6b750595cd7f4d310f5d0b2e.tar.bz2 scummvm-rg350-20fb25d58a732a7d6b750595cd7f4d310f5d0b2e.zip |
FULLPIPE: Renames in ExCommand
Diffstat (limited to 'engines/fullpipe/scenes/scene04.cpp')
-rw-r--r-- | engines/fullpipe/scenes/scene04.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/fullpipe/scenes/scene04.cpp b/engines/fullpipe/scenes/scene04.cpp index 0d27313933..45ada3ea6f 100644 --- a/engines/fullpipe/scenes/scene04.cpp +++ b/engines/fullpipe/scenes/scene04.cpp @@ -518,7 +518,7 @@ void sceneHandler04_gotoLadder(ExCommand *ex) { mq->addExCommandToEnd(ex2); ExCommand *ex3 = new ExCommand(g_fp->_aniMan->_id, 34, 256, 0, 0, 0, 1, 0, 0, 0); - ex3->_field_14 = 256; + ex3->_z = 256; ex3->_messageNum = 0; ex3->_excFlags |= 3; mq->addExCommandToEnd(ex3); @@ -1602,7 +1602,7 @@ int sceneHandler04(ExCommand *ex) { exnew = new ExCommand(0, 35, SND_4_012, 0, 0, 0, 1, 0, 0, 0); } - exnew->_field_14 = 5; + exnew->_z = 5; exnew->_excFlags |= 2; exnew->postMessage(); break; |