[Scummvm-cvs-logs] scummvm master -> 61a8a5a88f4f02f1d4cdd3523ad6cec63701d8dd

m-kiewitz m_kiewitz at users.sourceforge.net
Wed Jul 6 10:21:50 CEST 2016


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:
61a8a5a88f SCI: Mark INNDEMO as demo


Commit: 61a8a5a88f4f02f1d4cdd3523ad6cec63701d8dd
    https://github.com/scummvm/scummvm/commit/61a8a5a88f4f02f1d4cdd3523ad6cec63701d8dd
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2016-07-06T10:22:02+02:00

Commit Message:
SCI: Mark INNDEMO as demo

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 54e8abe..2595616 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1116,7 +1116,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		{"resource.000", 0, "535b1b920441ec73f42eaa4ccfd47b89", 514578},
 		{"resource.map", 0, "333daf27c3e8a6d274a3e0061ed7cd5c", 1545},
 		AD_LISTEND},
-		Common::EN_ANY, Common::kPlatformDOS, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
+		Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
 
 	// Jones in the Fast Lane EGA - English DOS
 	// SCI interpreter version 1.000.172 (not 100% sure FIXME)






More information about the Scummvm-git-logs mailing list