From 5ac0eaad0b6e7569ca6c13d5aead2d5942fac251 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 14 Dec 2019 09:48:04 +0100 Subject: [PATCH] - added support data for the Powerslave demo. --- source/exhumed/src/exhumed.h | 2 +- wadsrc/static/demolition/demolition.grpinfo | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/source/exhumed/src/exhumed.h b/source/exhumed/src/exhumed.h index 55b877164..b132848c8 100644 --- a/source/exhumed/src/exhumed.h +++ b/source/exhumed/src/exhumed.h @@ -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; diff --git a/wadsrc/static/demolition/demolition.grpinfo b/wadsrc/static/demolition/demolition.grpinfo index 4e548e164..ab2f4a16e 100644 --- a/wadsrc/static/demolition/demolition.grpinfo +++ b/wadsrc/static/demolition/demolition.grpinfo @@ -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 },