[Scummvm-cvs-logs] scummvm master -> d951cb9bda5e4b37653feb581f26024a76885b58

dreammaster dreammaster at scummvm.org
Mon May 26 19:29:20 CEST 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d951cb9bda MADS: Add detection for alternate Rex 8.49 English


Commit: d951cb9bda5e4b37653feb581f26024a76885b58
    https://github.com/scummvm/scummvm/commit/d951cb9bda5e4b37653feb581f26024a76885b58
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2014-05-26T13:28:40-04:00

Commit Message:
MADS: Add detection for alternate Rex 8.49 English

Changed paths:
    engines/mads/detection_tables.h



diff --git a/engines/mads/detection_tables.h b/engines/mads/detection_tables.h
index a5a9c33..9995ccc 100644
--- a/engines/mads/detection_tables.h
+++ b/engines/mads/detection_tables.h
@@ -63,6 +63,24 @@ static const MADSGameDescription gameDescriptions[] = {
 	},
 
 	{
+		// Rex Nebular and the Cosmic Gender Bender DOS English 8.49 Atlernate
+		{
+			"nebular",
+			0,
+			{
+				{ "section1.hag", 0, "d583576923e3437937fb7f46f4b6274f", 927222 },
+				AD_LISTEND
+			},
+			Common::EN_ANY,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NONE)
+		},
+		GType_RexNebular,
+		0
+	},
+
+	{
 		// Return of the Phantom DOS English
 		{
 			"phantom",






More information about the Scummvm-git-logs mailing list