diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hdb/hdb.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp index b157445441..9d15585e59 100644 --- a/engines/hdb/hdb.cpp +++ b/engines/hdb/hdb.cpp @@ -168,6 +168,8 @@ Common::Error HDBGame::run() { return Common::kReadingFailed; } + _map->load(mapStream); + #if 0 lua->executeFile("test.lua"); #endif @@ -188,7 +190,6 @@ Common::Error HDBGame::run() { } } - _map->load(mapStream); _drawMan->drawSky(); _map->draw(); _ai->processCines(); |