[Scummvm-cvs-logs] scummvm master -> ada2336267470d6a291c993dc84dad0271e8ba9f
m-kiewitz
m_kiewitz at users.sourceforge.net
Mon Aug 15 20:45:25 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:
ada2336267 SCI: Add comment that GK1 on Mac is on floppies and not CD.
Commit: ada2336267470d6a291c993dc84dad0271e8ba9f
https://github.com/scummvm/scummvm/commit/ada2336267470d6a291c993dc84dad0271e8ba9f
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2016-08-15T20:45:52+02:00
Commit Message:
SCI: Add comment that GK1 on Mac is on floppies and not CD.
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index d8cc23a..eda6bfa 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -828,7 +828,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::ES_ESP, Common::kPlatformWindows, ADGF_CD | ADGF_UNSTABLE, GUIO_GK1_CD },
- // Gabriel Knight - English Macintosh
+ // Gabriel Knight - English Macintosh (Floppy!)
// This version is hi-res ONLY, so it should NOT get GAMEOPTION_HIGH_RESOLUTION_GRAPHICS
// (which is meant for enforcing hi-res graphics), but instead hi-res mode should be enabled all the time.
// Confirmed by [md5] and originally by clone2727.
More information about the Scummvm-git-logs
mailing list