From 74ff415903df1a93eada3843db1f85831b88d151 Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Wed, 13 Mar 2019 13:53:47 +0530 Subject: HDB: Add decompresser to readMPC() The .MPC decompression methods are added to readMPC(). The position and length of each data file in held in the struct DataFile, which are stored in the Array gameData. To extract a file, you need to access its entry in gameData and read the file from the given position. --- engines/hdb/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hdb/detection.cpp') diff --git a/engines/hdb/detection.cpp b/engines/hdb/detection.cpp index e8421cfbe8..aae4ad9b5b 100644 --- a/engines/hdb/detection.cpp +++ b/engines/hdb/detection.cpp @@ -44,7 +44,7 @@ static const ADGameDescription gameDescriptions[] = { AD_ENTRY1s("hyperdemo.mpc", "d8743b3b8be56486bcfb1398b2f2aad4", 13816461), Common::EN_ANY, Common::kPlatformUnknown, - ADGF_NO_FLAGS, + ADGF_DEMO, GUIO1(GUIO_NONE) }, AD_TABLE_END_MARKER -- cgit v1.2.3