diff options
author | Retro-Junk | 2016-10-11 22:33:55 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2016-10-12 09:06:01 +0200 |
commit | 25ff6fcd5fb12123f19b6b84d62d7a20a2183096 (patch) | |
tree | b952fa09ec2c988e31a3232136fbba936052a2d6 /engines | |
parent | c45b11f84974a53ab26e4d02b1b5f5dd5fd482af (diff) | |
download | scummvm-rg350-25ff6fcd5fb12123f19b6b84d62d7a20a2183096.tar.gz scummvm-rg350-25ff6fcd5fb12123f19b6b84d62d7a20a2183096.tar.bz2 scummvm-rg350-25ff6fcd5fb12123f19b6b84d62d7a20a2183096.zip |
FULLPIPE: Fix animation lock-up
Diffstat (limited to 'engines')
-rw-r--r-- | engines/fullpipe/interaction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/interaction.cpp b/engines/fullpipe/interaction.cpp index ad7ce9fca6..8f6ec5dd72 100644 --- a/engines/fullpipe/interaction.cpp +++ b/engines/fullpipe/interaction.cpp @@ -261,7 +261,7 @@ LABEL_38: if (!(inter->_flags & 0x10000)) { ex = new ExCommand(obj->_id, 34, 0x80, 0, 0, 0, 1, 0, 0, 0); ex->_param = obj->_odelay; - ex->_field_14 = 0x100; + ex->_field_14 = 0x80; ex->_messageNum = 0; ex->_excFlags = 3; mq->addExCommandToEnd(ex); |