Skip to content

Commit

Permalink
GLK: FROTZ: Set default colors for v6 games
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jan 6, 2019
1 parent 8a84e3d commit 9b78664
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/glk/frotz/screen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b78664

Please sign in to comment.