[Scummvm-cvs-logs] scummvm master -> 158f491b445132cf8ebbb6fc184c8e08eaef657f

m-kiewitz m_kiewitz at users.sourceforge.net
Mon May 18 10:53:18 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:
158f491b44 SCI: add game & int version to hoyle 1 amiga


Commit: 158f491b445132cf8ebbb6fc184c8e08eaef657f
    https://github.com/scummvm/scummvm/commit/158f491b445132cf8ebbb6fc184c8e08eaef657f
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-05-18T10:52:37+02:00

Commit Message:
SCI: add game & int version to hoyle 1 amiga

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 0328222..7cadcfc 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -905,7 +905,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		Common::EN_ANY, Common::kPlatformDOS, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
 
 	// Hoyle 1 - English Amiga (from www.back2roots.org - verified by waltervn in bug report #6870)
-	// SCI interpreter version 0.000.519 - FIXME: some have 0.000.530, others x.yyy.zzz
+	// Game version 1.000.139, SCI interpreter version x.yyy.zzz
 	{"hoyle1", "", {
 		{"resource.map", 0, "2a72b1aba65fa6e339370eb86d8601d1", 5166},
 		{"resource.001", 0, "e0dd44069a62a463fd124974b915f10d", 218755},






More information about the Scummvm-git-logs mailing list