[Scummvm-git-logs] scummvm master -> 2b9fb20d7c3e7cb50cf9e68025e613fcdacc0f72
dreammaster
paulfgilbert at gmail.com
Mon Feb 18 05:37:53 CET 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
2b9fb20d7c GLK: FROTZ: Fix display in Zork Zero after showing title screen
Commit: 2b9fb20d7c3e7cb50cf9e68025e613fcdacc0f72
https://github.com/scummvm/scummvm/commit/2b9fb20d7c3e7cb50cf9e68025e613fcdacc0f72
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2019-02-17T20:37:44-08:00
Commit Message:
GLK: FROTZ: Fix display in Zork Zero after showing title screen
Changed paths:
engines/glk/frotz/glk_interface.cpp
diff --git a/engines/glk/frotz/glk_interface.cpp b/engines/glk/frotz/glk_interface.cpp
index 223931e..28826d8 100644
--- a/engines/glk/frotz/glk_interface.cpp
+++ b/engines/glk/frotz/glk_interface.cpp
@@ -449,6 +449,7 @@ void GlkInterface::split_window(zword lines) {
if (h_version == V6) {
glk_window_clear(_wp._upper);
glk_window_clear(_wp._lower);
+ _wp._background->fillRect(_defaultBackground, Rect(g_system->getWidth(), g_system->getHeight()));
}
}
More information about the Scummvm-git-logs
mailing list