aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/hdb/map-loader.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/hdb/map-loader.cpp b/engines/hdb/map-loader.cpp
index f0f9370e97..2640d79817 100644
--- a/engines/hdb/map-loader.cpp
+++ b/engines/hdb/map-loader.cpp
@@ -104,6 +104,10 @@ int Map::loadTiles() {
for (uint j = 0; j < _height; j++) {
for (uint i = 0; i < _width; i++) {
tile = _background[j * _width + i];
+ /*
+ TODO: Load tiles through DrawMan
+ */
+ warning("STUB: MAP LOAD TILES INCOMPLETE");
}
}