aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/glk.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2018-11-18 16:33:30 -0800
committerPaul Gilbert2018-12-08 19:05:59 -0800
commit0f0b8ae3b72d066259332a728eab1edc760de5df (patch)
tree67b7ee565eabbc8cd74b2ae4a9cc4b7b81412a54 /engines/glk/glk.cpp
parent9bc637947603643c02b27a5c0954564811603bd7 (diff)
downloadscummvm-rg350-0f0b8ae3b72d066259332a728eab1edc760de5df.tar.gz
scummvm-rg350-0f0b8ae3b72d066259332a728eab1edc760de5df.tar.bz2
scummvm-rg350-0f0b8ae3b72d066259332a728eab1edc760de5df.zip
GLK: FROTZ: Don't have a Y margin above title bar
Diffstat (limited to 'engines/glk/glk.cpp')
-rw-r--r--engines/glk/glk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/glk.cpp b/engines/glk/glk.cpp
index 9488c6684a..0c90fc79e4 100644
--- a/engines/glk/glk.cpp
+++ b/engines/glk/glk.cpp
@@ -68,7 +68,7 @@ void GlkEngine::initialize() {
DebugMan.addDebugChannel(kDebugSound, "sound", "Sound and Music handling");
initGraphicsMode();
- _conf = new Conf();
+ _conf = new Conf(getInterpreterType());
_screen = new Screen();
_clipboard = new Clipboard();