aboutsummaryrefslogtreecommitdiff
path: root/src/StormCommon.h
diff options
context:
space:
mode:
authorLadislav Zezula <ladislav.zezula@avast.com>2021-12-17 14:51:35 +0100
committerLadislav Zezula <ladislav.zezula@avast.com>2021-12-17 14:51:35 +0100
commit1a94f94b50f6d829b1e8fba08a3002a5db4f00d5 (patch)
tree86e05dc27d67a68f5b5168df451d867db0902693 /src/StormCommon.h
parent5ab093b7a57b8779dff06a08fac19d46c40b3329 (diff)
Support for protected SCX files
Diffstat (limited to 'src/StormCommon.h')
-rw-r--r--src/StormCommon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/StormCommon.h b/src/StormCommon.h
index e9187f9..f452112 100644
--- a/src/StormCommon.h
+++ b/src/StormCommon.h
@@ -81,6 +81,7 @@ typedef enum _MTYPE
MapTypeNotChecked, // The map type was not checked yet
MapTypeNotRecognized, // The file does not seems to be a map
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
MapTypeStarcraft2 // The file is a Starcraft II map
} MTYPE, *PMTYPE;