diff options
-rw-r--r-- | engines/hdb/hdb.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp index f6f939f290..b0ed1d8c6b 100644 --- a/engines/hdb/hdb.cpp +++ b/engines/hdb/hdb.cpp @@ -166,6 +166,7 @@ Common::Error HDBGame::run() { } _map->load(mapStream); + _map->draw(); #if 0 lua->executeFile("test.lua"); @@ -187,9 +188,6 @@ Common::Error HDBGame::run() { } } - titlePic->draw(0, 0); - tile->draw(0, 0); - g_system->updateScreen(); g_system->delayMillis(10); } |