From 28d23ad575e03a2e3ae31b08714786b58fa9febe Mon Sep 17 00:00:00 2001 From: terminx Date: Mon, 24 Apr 2017 04:35:32 +0000 Subject: [PATCH] Recognize MacUser shareware demo; data must be renamed from "Duke3D Group" to "duke3d.grp". git-svn-id: https://svn.eduke32.com/eduke32@6127 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/duke3d/src/grpscan.cpp | 1 + source/duke3d/src/grpscan.h | 1 + 2 files changed, 2 insertions(+) diff --git a/source/duke3d/src/grpscan.cpp b/source/duke3d/src/grpscan.cpp index c7c29f8f3..798032593 100644 --- a/source/duke3d/src/grpscan.cpp +++ b/source/duke3d/src/grpscan.cpp @@ -50,6 +50,7 @@ static internalgrpinfo_t const internalgrpfiles[] = { "Duke Nukem 3D Shareware 1.1", DUKE11_CRC, 10442980, GAMEFLAG_DUKE|GAMEFLAG_SHAREWARE, 0, NULL, NULL}, { "Duke Nukem 3D Shareware 1.3D", DUKESW_CRC, 11035779, GAMEFLAG_DUKE|GAMEFLAG_SHAREWARE, 0, NULL, NULL}, { "Duke Nukem 3D Mac Demo", DUKEMD_CRC, 10444391, GAMEFLAG_DUKE|GAMEFLAG_SHAREWARE, 0, NULL, NULL}, + { "Duke Nukem 3D MacUser Demo", DUKEMD2_CRC, 10628573, GAMEFLAG_DUKE|GAMEFLAG_SHAREWARE, 0, NULL, NULL }, { "Duke it out in D.C. (1.3D)", DUKEDC13_CRC, 7926624, GAMEFLAG_DUKE|GAMEFLAG_ADDON, DUKE13_CRC, NULL, NULL}, { "Duke it out in D.C.", DUKEDCPP_CRC, 8225517, GAMEFLAG_DUKE|GAMEFLAG_ADDON, DUKE15_CRC, NULL, NULL}, { "Duke it out in D.C.", DUKEDC_CRC, 8410183, GAMEFLAG_DUKE|GAMEFLAG_ADDON, DUKE15_CRC, NULL, NULL}, diff --git a/source/duke3d/src/grpscan.h b/source/duke3d/src/grpscan.h index 5ccaea163..7e99b22e2 100644 --- a/source/duke3d/src/grpscan.h +++ b/source/duke3d/src/grpscan.h @@ -40,6 +40,7 @@ extern "C" { #define DUKE11_CRC (int32_t)0x912E1E8D #define DUKESW_CRC (int32_t)0x983AD923 #define DUKEMD_CRC (int32_t)0xC5F71561 +#define DUKEMD2_CRC (int32_t)0x73A15EE7 #define DUKEDC13_CRC (int32_t)0xA9242158 #define DUKEDCPP_CRC (int32_t)0xB79D997F #define DUKEDC_CRC (int32_t)0xA8CF80DA