mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-08 19:00:57 +00:00
GLK: FROTZ: Fix display of character graphics in text grid windows
This commit is contained in:
parent
bfbc0ba0ed
commit
855911d0c0
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user