- added support data for the Powerslave demo.

This commit is contained in:
Christoph Oelckers 2019-12-14 09:48:04 +01:00
parent 3265b52c17
commit 5ac0eaad0b
2 changed files with 16 additions and 1 deletions

View file

@ -243,7 +243,7 @@ extern int bVanilla;
#define POWERSLAVE (g_gameType & GAMEFLAG_POWERSLAVE)
#define EXHUMED (g_gameType & GAMEFLAG_EXHUMED)
#define ISDEMOVER (g_gameType & GAMEFLAG_DEMO)
#define ISDEMOVER (g_gameType & GAMEFLAG_SHAREWARE)
extern double g_frameDelay;

View file

@ -34,6 +34,8 @@ CRC
POWERSLAVE_CRC 0x303CBD89
EXHUMED_CRC 0xE3B172F1
POWERSLAVE_DEMO_CRC 0x1D8C7645
EXHUMED_DEMO_CRC 0x1A6E27FA
}
@ -477,3 +479,16 @@ grpinfo
defname "exhumed.def"
gamefilter "Exhumed.Exhumed"
}
grpinfo
{
name "Powerslave Demo"
flags GAMEFLAG_POWERSLAVE|GAMEFLAG_SHAREWARE
crc POWERSLAVE_DEMO_CRC
size 27020745
defname "exhumed.def"
gamefilter "Exhumed.Powerslave"
}
// { "Exhumed Demo", EXHUMED_DEMO_CRC, 16481687, GAMEFLAG_EXHUMED | GAMEFLAG_DEMO, 0 },