mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 03:10:22 +00:00
GLK: FROTZ: Properly have first text screen cover title screen in Arthur intro
This commit is contained in:
parent
ec3af0e0c6
commit
3582fe9a60
@ -68,6 +68,7 @@ void FrotzScreen::loadVersion6Fonts(Common::Archive *archive) {
|
||||
g_vm->_defaultForeground = 0;
|
||||
g_vm->_defaultBackground = (int)zcolor_Transparent;
|
||||
g_conf->_tMarginX = 3;
|
||||
g_conf->_tMarginY = 3;
|
||||
|
||||
for (uint idx = 0; idx < style_NUMSTYLES; ++idx) {
|
||||
g_conf->_tStyles[idx].bg = g_conf->_tStylesDefault[idx].bg = zcolor_Transparent;
|
||||
|
@ -354,8 +354,8 @@ void Window::createGlkWindow() {
|
||||
}
|
||||
|
||||
updateStyle();
|
||||
setPosition();
|
||||
setSize();
|
||||
setPosition();
|
||||
setCursor();
|
||||
|
||||
g_vm->glk_set_window(_win);
|
||||
|
Loading…
Reference in New Issue
Block a user