diff options
Diffstat (limited to 'engines/wage/gui.cpp')
-rw-r--r-- | engines/wage/gui.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/wage/gui.cpp b/engines/wage/gui.cpp index 789c350353..8ec904eb90 100644 --- a/engines/wage/gui.cpp +++ b/engines/wage/gui.cpp @@ -153,6 +153,10 @@ void Gui::setScene(Scene *scene) { _scene = scene; } +void Gui::clearOutput() { + _out.clear(); +} + void Gui::appendText(String &str) { if (!str.contains('\n')) { _out.push_back(str); |