mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
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
This commit is contained in:
parent
645f88dba9
commit
28d23ad575
2 changed files with 2 additions and 0 deletions
|
@ -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},
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue