diff options
author | Ladislav Zezula <ladislav.zezula@avast.com> | 2022-05-12 15:44:15 +0200 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avast.com> | 2022-05-12 15:44:15 +0200 |
commit | 4321c59d8431eaf72d7b36c047859b72bca02318 (patch) | |
tree | 2f7a46599df9b7526d3c92ce319c6aeb6954bd4f /src/StormCommon.h | |
parent | 460354d98bc266507befe517f9f246d3b952abc9 (diff) |
Added implementation of Srarctaft I BETA ADPCM decompression
Diffstat (limited to 'src/StormCommon.h')
-rw-r--r-- | src/StormCommon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/StormCommon.h b/src/StormCommon.h index 865d975..d1d7abe 100644 --- a/src/StormCommon.h +++ b/src/StormCommon.h @@ -80,6 +80,7 @@ typedef enum _MTYPE {
MapTypeNotChecked, // The map type was not checked yet
MapTypeNotRecognized, // The file does not seems to be a map
+ MapTypeStarcraftBeta, // The file is StarDat.mpq from Starcraft I BETA
MapTypeAviFile, // The file is actually an AVI file (Warcraft III cinematics)
MapTypeStarcraft, // The file is a Starcraft map
MapTypeWarcraft3, // The file is a Warcraft III map
|