HDB: Call animateTargets() from hdb.cpp

This commit is contained in:
Nipun Garg 2019-06-23 06:51:07 +05:30 committed by Eugene Sandulenko
parent 22d4f60b3a
commit a53b2c9550

View File

@ -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;