aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/hires2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/hires2.cpp')
-rw-r--r--engines/adl/hires2.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/adl/hires2.cpp b/engines/adl/hires2.cpp
index c33857a317..30114d6ce4 100644
--- a/engines/adl/hires2.cpp
+++ b/engines/adl/hires2.cpp
@@ -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());
}
}