aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/screen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/frotz/screen.cpp')
-rw-r--r--engines/glk/frotz/screen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/frotz/screen.cpp b/engines/glk/frotz/screen.cpp
index 218391ee96..8bdfafd879 100644
--- a/engines/glk/frotz/screen.cpp
+++ b/engines/glk/frotz/screen.cpp
@@ -54,7 +54,7 @@ void FrotzScreen::loadFonts(Common::Archive *archive) {
if (!f.open("NotoSansRunic-Regular.ttf", *archive))
error("Could not load font");
- _fonts.push_back(Graphics::loadTTFFont(f, g_conf->_propSize, Graphics::kTTFSizeModeCharacter));
+ _fonts.push_back(Graphics::loadTTFFont(f, g_conf->_propInfo._size, Graphics::kTTFSizeModeCharacter));
f.close();
}