diff options
author | Torbjörn Andersson | 2015-05-31 16:05:31 +0200 |
---|---|---|
committer | Torbjörn Andersson | 2015-05-31 16:05:31 +0200 |
commit | 2826a06bc56386f845fd6551ba422f1baf5e3ecd (patch) | |
tree | 95002649c0ee9e5869ab2537fd17c562dcc6b7fd /engines/sherlock/scalpel/tsage | |
parent | 35fe594133e3b68f5f77db9416d4a73f5924ba3e (diff) | |
download | scummvm-rg350-2826a06bc56386f845fd6551ba422f1baf5e3ecd.tar.gz scummvm-rg350-2826a06bc56386f845fd6551ba422f1baf5e3ecd.tar.bz2 scummvm-rg350-2826a06bc56386f845fd6551ba422f1baf5e3ecd.zip |
SHERLOCK: Fix regression in conversations
This causes replies to once again be shown in their entirety,
instead of one line at a time.
There were two errors: First of all, _wait was always set to 1,
because one of the conditions was "|| _opcodes[OP_IF_STATEMENT]"
instead of "|| v == _opcodes[OP_IF_STATEMENT]".
Secondly, judging by the older version, this part of the code
should only be allowed to set _wait to 1, never to 0, because we
may have already set it to 1 for other reasons.
Diffstat (limited to 'engines/sherlock/scalpel/tsage')
0 files changed, 0 insertions, 0 deletions