[Scummvm-cvs-logs] scummvm master -> 273bbab82a613573cb9c3b9162f6546739df41f9

m-kiewitz m_kiewitz at users.sourceforge.net
Wed Jul 6 13:24:13 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:
273bbab82a Revert "SCI: Mark INNDEMO as demo"


Commit: 273bbab82a613573cb9c3b9162f6546739df41f9
    https://github.com/scummvm/scummvm/commit/273bbab82a613573cb9c3b9162f6546739df41f9
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2016-07-06T13:24:43+02:00

Commit Message:
Revert "SCI: Mark INNDEMO as demo"

This reverts commit 61a8a5a88f4f02f1d4cdd3523ad6cec63701d8dd.

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 2595616..54e8abe 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, ADGF_DEMO, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
+		Common::EN_ANY, Common::kPlatformDOS, 0, 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