mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 23:52:41 +00:00
SHERLOCK: RT: Fix conversation options screwup after viewing journal
This commit is contained in:
parent
f1e2e00621
commit
ebd080b219
@ -575,6 +575,7 @@ void Talk::loadTalkFile(const Common::String &filename) {
|
||||
_converseNum = res.resourceIndex();
|
||||
talkStream->skip(2); // Skip talk file version num
|
||||
|
||||
_statements.clear();
|
||||
_statements.resize(talkStream->readByte());
|
||||
for (uint idx = 0; idx < _statements.size(); ++idx)
|
||||
_statements[idx].load(*talkStream, IS_ROSE_TATTOO);
|
||||
|
Loading…
Reference in New Issue
Block a user