aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/quest/quest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/quest/quest.cpp')
-rw-r--r--engines/glk/quest/quest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/glk/quest/quest.cpp b/engines/glk/quest/quest.cpp
index 93de43f6d7..8c4a22219d 100644
--- a/engines/glk/quest/quest.cpp
+++ b/engines/glk/quest/quest.cpp
@@ -96,6 +96,7 @@ void Quest::playGame() {
}
bool Quest::initialize() {
+ Streams::initialize();
glk_stylehint_set(wintype_TextBuffer, style_User2, stylehint_ReverseColor, 1);
// Open the main window
@@ -135,6 +136,7 @@ bool Quest::initialize() {
}
void Quest::deinitialize() {
+ Streams::deinitialize();
}
Common::Error Quest::readSaveData(Common::SeekableReadStream *rs) {