From a53b2c95508df218900d1b5953d4b18319c982e1 Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Sun, 23 Jun 2019 06:51:07 +0530 Subject: HDB: Call animateTargets() from hdb.cpp --- engines/hdb/hdb.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') 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; -- cgit v1.2.3