diff options
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
|