[Scummvm-cvs-logs] scummvm master -> 478fae2a6ea6d1c896cd9d5454b170889fc8447a

dreammaster dreammaster at scummvm.org
Mon Mar 30 04:14:03 CEST 2015


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:
478fae2a6e MADS: Set testing flags for Rex Nebular


Commit: 478fae2a6ea6d1c896cd9d5454b170889fc8447a
    https://github.com/scummvm/scummvm/commit/478fae2a6ea6d1c896cd9d5454b170889fc8447a
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-03-29T22:12:27-04:00

Commit Message:
MADS: Set testing flags for Rex Nebular

Changed paths:
    engines/mads/detection_tables.h



diff --git a/engines/mads/detection_tables.h b/engines/mads/detection_tables.h
index 0a8e98b..faf7399 100644
--- a/engines/mads/detection_tables.h
+++ b/engines/mads/detection_tables.h
@@ -55,7 +55,7 @@ static const MADSGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_NO_FLAGS,
+			ADGF_TESTING,
 			GUIO5(GUIO_NOSPEECH, GAMEOPTION_EASY_MOUSE, GAMEOPTION_ANIMATED_INVENTORY, GAMEOPTION_ANIMATED_INTERFACE, GAMEOPTION_NAUGHTY_MODE)
 		},
 		GType_RexNebular,
@@ -73,7 +73,7 @@ static const MADSGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_NO_FLAGS,
+			ADGF_TESTING,
 			GUIO5(GUIO_NOSPEECH, GAMEOPTION_EASY_MOUSE, GAMEOPTION_ANIMATED_INVENTORY, GAMEOPTION_ANIMATED_INTERFACE, GAMEOPTION_NAUGHTY_MODE)
 		},
 		GType_RexNebular,






More information about the Scummvm-git-logs mailing list