Fix NAM/WW2GI support...

git-svn-id: https://svn.eduke32.com/eduke32@1871 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2011-04-25 18:58:14 +00:00
parent 9a0aa6f81e
commit 942c0fc852
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ extern "C" {
#define GAME_DUKE 0
#define GAME_NAM 1
#define GAME_WW2 3
#define GAME_WW2 2
#define VOLUMEALL (g_Shareware == 0)
#define PLUTOPAK (g_scriptVersion == 14)

View file

@ -39,7 +39,7 @@ struct grpfile grpfiles[numgrpfiles] =
{ "Duke Nukem 3D Mac Shareware", 0xC5F71561, 10444391, GAME_DUKE, NULL },
{ "NAM", 0x75C1F07B, 43448927, GAME_NAM, NULL },
{ "Napalm", 0x3DE1589A, 44365728, GAME_NAM, NULL },
{ "WW2GI", 0x907B82BF, 77939508, GAME_WW2, NULL },
{ "WW2GI", 0x907B82BF, 77939508, GAME_WW2|GAME_NAM, NULL },
};
struct grpfile *foundgrps = NULL;