aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/level9/level9.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2019-10-24 20:25:24 -0700
committerPaul Gilbert2019-10-26 11:13:29 -0700
commit07c8437e268b12c0633495579f56c4e08e8ef7d2 (patch)
tree3e6b5cbba0295a644c79cb279bc0559d6775ecdc /engines/glk/level9/level9.cpp
parentfa323c6187ac2a698805c07f6dd2b906e9c117ee (diff)
downloadscummvm-rg350-07c8437e268b12c0633495579f56c4e08e8ef7d2.tar.gz
scummvm-rg350-07c8437e268b12c0633495579f56c4e08e8ef7d2.tar.bz2
scummvm-rg350-07c8437e268b12c0633495579f56c4e08e8ef7d2.zip
GLK: LEVEL9: Title screen graphics now showing
Diffstat (limited to 'engines/glk/level9/level9.cpp')
-rw-r--r--engines/glk/level9/level9.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/level9/level9.cpp b/engines/glk/level9/level9.cpp
index be4ac2216d..7fe85ee485 100644
--- a/engines/glk/level9/level9.cpp
+++ b/engines/glk/level9/level9.cpp
@@ -36,7 +36,6 @@ Level9::Level9(OSystem *syst, const GlkGameDescription &gameDesc) : GlkAPI(syst,
void Level9::runGame() {
initialize();
-
_gameFile.close();
gln_main(getFilename().c_str());
@@ -44,6 +43,7 @@ void Level9::runGame() {
}
bool Level9::initialize() {
+ gln_initialize();
return gln_startup_code(0, nullptr);
}