aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/hdb/hdb.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp
index bea2c7ec7d..66bffa7fbd 100644
--- a/engines/hdb/hdb.cpp
+++ b/engines/hdb/hdb.cpp
@@ -288,6 +288,9 @@ Common::Error HDBGame::run() {
_drawMan->drawSky();
_map->draw();
_ai->processCines();
+ _map->drawEnts();
+ _map->drawGratings();
+ _map->drawForegrounds();
// Update Timer that's NOT used for in-game Timing
_prevTimeSlice = _timeSlice;