mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 19:16:21 +00:00
HDB: Call animateTargets() from hdb.cpp
This commit is contained in:
parent
22d4f60b3a
commit
a53b2c9550
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user