aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hdb/hdb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp
index a0c92d2640..cae6b6d743 100644
--- a/engines/hdb/hdb.cpp
+++ b/engines/hdb/hdb.cpp
@@ -297,6 +297,7 @@ Common::Error HDBGame::run() {
_map->drawEnts();
_map->drawGratings();
_map->drawForegrounds();
+ _ai->animateTargets();
// Update Timer that's NOT used for in-game Timing
_prevTimeSlice = _timeSlice;