Skip to content

Commit

Permalink
ADL: Fix regression in message loading
Browse files Browse the repository at this point in the history
  • Loading branch information
waltervn committed Jun 6, 2016
1 parent 53e7ecb commit d0f3385
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/adl/hires2.cpp
Expand Up @@ -73,6 +73,8 @@ void HiRes2Engine::init() {
if (str->isValid()) {
StreamPtr strStream(str->createReadStream());
_messages.push_back(readString(*strStream, 0xff));
} else {
_messages.push_back(Common::String());
}
}

Expand Down

0 comments on commit d0f3385

Please sign in to comment.