SHERLOCK: RT: Fix conversation options screwup after viewing journal

This commit is contained in:
Paul Gilbert 2015-10-15 20:56:02 -04:00
parent f1e2e00621
commit ebd080b219

View File

@ -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);