diff options
author | Ladislav Zezula <ladislav.zezula@avast.com> | 2022-05-15 20:13:36 +0200 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avast.com> | 2022-05-15 20:13:36 +0200 |
commit | 07f9be39a62b93fa3af07c2fc02dcd25edd2c00b (patch) | |
tree | 5f6f348381c516aa3e307a41d24086da5b243acc /src/StormCommon.h | |
parent | 4321c59d8431eaf72d7b36c047859b72bca02318 (diff) |
Code refined
Diffstat (limited to 'src/StormCommon.h')
-rw-r--r-- | src/StormCommon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/StormCommon.h b/src/StormCommon.h index d1d7abe..865d975 100644 --- a/src/StormCommon.h +++ b/src/StormCommon.h @@ -80,7 +80,6 @@ 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
|