aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/processor_screen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/frotz/processor_screen.cpp')
-rw-r--r--engines/glk/frotz/processor_screen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/frotz/processor_screen.cpp b/engines/glk/frotz/processor_screen.cpp
index f32bae6c0b..beebb54bea 100644
--- a/engines/glk/frotz/processor_screen.cpp
+++ b/engines/glk/frotz/processor_screen.cpp
@@ -200,10 +200,10 @@ void Processor::erase_screen(zword win) {
#ifdef GARGLK
garglk_set_zcolors(curr_fg, curr_bg);
#endif /* GARGLK */
- glk_window_clear(_wp._upper);
+ _wp._upper.clear();
}
- glk_window_clear(_wp._lower);
+ _wp._lower.clear();
split_window(0);
_wp.setWindow(0);
}