aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sword2/build_display.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sword2/build_display.cpp b/sword2/build_display.cpp
index 8a8ce847c7..758a60d3fc 100644
--- a/sword2/build_display.cpp
+++ b/sword2/build_display.cpp
@@ -191,6 +191,7 @@ void Sword2Engine::displayMsg(byte *text, int time) {
_graphics->fadeDown();
_graphics->waitForFade();
+ _graphics->clearScene();
_graphics->setPalette(0, 256, oldPal, RDPAL_FADE);
_graphics->fadeUp();
}