diff options
-rw-r--r-- | engines/hdb/hdb.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp index f72a3f2108..1f05b338d2 100644 --- a/engines/hdb/hdb.cpp +++ b/engines/hdb/hdb.cpp @@ -292,6 +292,9 @@ Common::Error HDBGame::run() { } _drawMan->drawSky(); + + _ai->moveEnts(); + _map->draw(); _ai->processCines(); _map->drawEnts(); |