aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hdb/window.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/window.cpp b/engines/hdb/window.cpp
index 4d4f01684c..e2ca2c2dcb 100644
--- a/engines/hdb/window.cpp
+++ b/engines/hdb/window.cpp
@@ -1509,6 +1509,7 @@ void Window::drawDeliveries() {
if (!inv) {
g_hdb->_gfx->setCursor(baseX, _dlvsInfo.y + 32);
g_hdb->_gfx->drawText("No Deliveries");
+ _dlvsInfo.animate = false;
} else if (!_dlvsInfo.animate) {
// arrow TO...
_gfxArrowTo->drawMasked(_dlvsInfo.x + 24 + _invItemSpace * _dlvsInfo.selected, drawY + _invItemSpace);