GLK: FROTZ: Fix display of character graphics in text grid windows

This commit is contained in:
Paul Gilbert 2018-11-27 19:18:54 -08:00 committed by Paul Gilbert
parent bfbc0ba0ed
commit 855911d0c0

View File

@ -30,6 +30,7 @@ namespace Frotz {
FrotzScreen::FrotzScreen() : Glk::Screen() {
g_conf->_tStyles[style_User1].font = CUSTOM;
g_conf->_gStyles[style_User1].font = CUSTOM;
}
void FrotzScreen::loadFonts(Common::Archive *archive) {