aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/map.cpp
diff options
context:
space:
mode:
authorNipun Garg2019-07-15 13:18:38 +0530
committerEugene Sandulenko2019-09-03 17:17:21 +0200
commit462d48a901c3edc76bc117fed60606da5f06cc2d (patch)
treebabf0475bcf9c4e7676895c06da2f8564824f358 /engines/hdb/map.cpp
parent4876064372a8e639c2dedda6845ebd2afec92bd9 (diff)
downloadscummvm-rg350-462d48a901c3edc76bc117fed60606da5f06cc2d.tar.gz
scummvm-rg350-462d48a901c3edc76bc117fed60606da5f06cc2d.tar.bz2
scummvm-rg350-462d48a901c3edc76bc117fed60606da5f06cc2d.zip
HDB: Unstub TODOs
Diffstat (limited to 'engines/hdb/map.cpp')
-rw-r--r--engines/hdb/map.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/engines/hdb/map.cpp b/engines/hdb/map.cpp
index 1a085f9103..fbaa4c98e2 100644
--- a/engines/hdb/map.cpp
+++ b/engines/hdb/map.cpp
@@ -323,13 +323,7 @@ bool Map::load(Common::SeekableReadStream *stream) {
_iconList[i].value2 = stream->readUint16LE();
}
- /*
- TODO: Add the InfoList when it comes up
- */
-
- /*
- TODO: Set the InMapName once its setup
- */
+ g_hdb->setInMapName(_name);
_mapExplosions = (byte *)calloc(_width * _height, 1);
_mapExpBarrels = (byte *)calloc(_width * _height, 1);