aboutsummaryrefslogtreecommitdiff
path: root/sword2/build_display.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/build_display.cpp')
-rw-r--r--sword2/build_display.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/sword2/build_display.cpp b/sword2/build_display.cpp
index 34951bca3d..32be4bdb81 100644
--- a/sword2/build_display.cpp
+++ b/sword2/build_display.cpp
@@ -257,11 +257,6 @@ void Sword2Engine::displayMsg(uint8 *text, int time) {
uint32 targetTime = _system->get_msecs() + (time * 1000);
- // Keep the message there even when the user task swaps.
- rv = g_graphics->drawSprite(&spriteInfo);
- if (rv)
- error("Driver Error %.8x (in DisplayMsg)", rv);
-
sleepUntil(targetTime);
g_graphics->setPalette(0, 256, (uint8 *) oldPal, RDPAL_FADE);