mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 03:10:22 +00:00
HDB: Draw Entities, Foregrounds and Gratings
This commit is contained in:
parent
1a8292fccb
commit
b6520708a5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user