mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
Add the Platoon Leader expansion for WWII GI to the GRP list.
git-svn-id: https://svn.eduke32.com/eduke32@6477 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
1a256f2509
commit
486791b3ee
2 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,7 @@ static internalgrpinfo_t const internalgrpfiles[] =
|
|||
{ "NAM", NAM_CRC, 43448927, GAMEFLAG_NAM, 0, NULL, NULL},
|
||||
{ "NAPALM", NAPALM_CRC, 44365728, GAMEFLAG_NAM|GAMEFLAG_NAPALM, 0, NULL, NULL},
|
||||
{ "WWII GI", WW2GI_CRC, 77939508, GAMEFLAG_WW2GI, 0, NULL, NULL},
|
||||
{ "Platoon Leader", PLATOONL_CRC, 37852572, GAMEFLAG_WW2GI|GAMEFLAG_ADDON, WW2GI_CRC, "PLATOONL.DEF", NULL},
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
|
@ -54,6 +54,7 @@ extern "C" {
|
|||
#define NAM_CRC (int32_t)0x75C1F07B
|
||||
#define NAPALM_CRC (int32_t)0x3DE1589A
|
||||
#define WW2GI_CRC (int32_t)0x907B82BF
|
||||
#define PLATOONL_CRC (int32_t)0xD1ED8C0C
|
||||
|
||||
enum addon_t {
|
||||
ADDON_NONE,
|
||||
|
|
Loading…
Reference in a new issue