diff options
-rw-r--r-- | engines/wage/gui.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/wage/gui.cpp b/engines/wage/gui.cpp index 7afcf2299e..d4eb2b041a 100644 --- a/engines/wage/gui.cpp +++ b/engines/wage/gui.cpp @@ -213,6 +213,8 @@ const Graphics::Font *Gui::getTitleFont() { void Gui::clearOutput() { _out.clear(); + _lines.clear(); + _consoleFullRedraw = true; } void Gui::appendText(String &str) { |