diff options
-rw-r--r-- | src/tools/map_extractor/loadlib.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tools/map_extractor/loadlib.cpp b/src/tools/map_extractor/loadlib.cpp index 86ddd2f5ba8..04ee35bbb0a 100644 --- a/src/tools/map_extractor/loadlib.cpp +++ b/src/tools/map_extractor/loadlib.cpp @@ -124,7 +124,9 @@ u_map_fcc InterestingChunks[] = { { 'T', 'V', 'C', 'M' } }, { { 'O', 'M', 'W', 'M' } }, { { 'Q', 'L', 'C', 'M' } }, - { { 'O', 'B', 'F', 'M' } } + { { 'O', 'B', 'F', 'M' } }, + { { 'D', 'H', 'P', 'M' } }, + { { 'D', 'I', 'A', 'M' } } }; bool IsInterestingChunk(u_map_fcc const& fcc) |