From 4321c59d8431eaf72d7b36c047859b72bca02318 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Thu, 12 May 2022 15:44:15 +0200 Subject: Added implementation of Srarctaft I BETA ADPCM decompression --- src/StormCommon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/StormCommon.h') 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 -- cgit v1.2.3