From 486791b3eea3bad2b6a045ef6b94cb49d7fc0280 Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Sun, 15 Oct 2017 23:10:06 +0000 Subject: [PATCH] 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 --- 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 fca87afd0..a786f23ed 100644 --- a/source/duke3d/src/grpscan.cpp +++ b/source/duke3d/src/grpscan.cpp @@ -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 diff --git a/source/duke3d/src/grpscan.h b/source/duke3d/src/grpscan.h index 7e99b22e2..e6cfcd470 100644 --- a/source/duke3d/src/grpscan.h +++ b/source/duke3d/src/grpscan.h @@ -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,