Skip to content

Commit

Permalink
SHERLOCK: RT: Fix conversation options screwup after viewing journal
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Oct 16, 2015
1 parent f1e2e00 commit ebd080b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/sherlock/talk.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit ebd080b

Please sign in to comment.