HDB: Draw Entities, Foregrounds and Gratings

This commit is contained in:
Nipun Garg 2019-06-21 09:47:10 +05:30 committed by Eugene Sandulenko
parent 1a8292fccb
commit b6520708a5

View File

@ -288,6 +288,9 @@ Common::Error HDBGame::run() {
_drawMan->drawSky();
_map->draw();
_ai->processCines();
_map->drawEnts();
_map->drawGratings();
_map->drawForegrounds();
// Update Timer that's NOT used for in-game Timing
_prevTimeSlice = _timeSlice;