Opened 3 years ago

Closed 3 years ago

#12677 closed defect (fixed)

WEB: DM: Dungeon Master demo is missing

Reported by: ccawley2011 Owned by: sev-
Priority: high Component: Web
Version: Keywords: demo missing
Cc: Game:

Description

The DM engine has the following detection for a demo of Dungeon Master, but it is not on the site.

	{
		// Added by Strangerke
		{"dm", "Amiga Demo v2.0 English",
			AD_ENTRY2s("graphics.dat",	"3932c8359bb36c24291b09e915114d38", 192421,
					   "DemoDun.dat",	"78848e1a2d3d5a11e5954deb8c7b772b", 1209),
			Common::EN_ANY, Common::kPlatformAmiga, ADGF_DEMO, GUIO1(GUIO_NOMIDI),
		},
		kDMSaveTargetDM21, kDMSaveFormatAmigaPC98FmTowns, kDMSavePlatformAtariSt,
		{ kDMSaveTargetDM21, kDMSaveTargetEndOfList},
		{ kDMSaveFormatAmigaPC98FmTowns, kDMSaveFormatEndOfList},
		{ kDMSavePlatformAcceptAny }
	},

Change History (3)

comment:1 by sev-, 3 years ago

Priority: normalhigh

This would be nice to get fixed before the release.

comment:2 by sev-, 3 years ago

Summary: DM: Dungeon Master demo is missingWEB: DM: Dungeon Master demo is missing

comment:3 by sev-, 3 years ago

Owner: set to sev-
Resolution: fixed
Status: newclosed

Added.

Note: See TracTickets for help on using tickets.