diff options
Diffstat (limited to 'engines/glk')
-rw-r--r-- | engines/glk/frotz/screen.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/glk/frotz/screen.cpp b/engines/glk/frotz/screen.cpp index f364a23142..60fb6d9506 100644 --- a/engines/glk/frotz/screen.cpp +++ b/engines/glk/frotz/screen.cpp @@ -45,6 +45,8 @@ void FrotzScreen::loadFonts(Common::Archive *archive) { // For graphical games, ignore any font configurations and force their size g_conf->_monoInfo._size = g_conf->_propInfo._size = 7; g_conf->_monoInfo._aspect = g_conf->_propInfo._aspect = 1.0; + g_vm->_defaultForeground = 0; + g_vm->_defaultBackground = 0xffffff; } // Load the basic fonts |