diff options
author | Martin Kiewitz | 2016-08-15 20:45:52 +0200 |
---|---|---|
committer | Martin Kiewitz | 2016-08-15 20:45:52 +0200 |
commit | ada2336267470d6a291c993dc84dad0271e8ba9f (patch) | |
tree | 6020f70d12dc860a4c66e876d2846a9080439455 /engines | |
parent | 035aa9acf4c1d64e8fbbfb928a823c7a008c241e (diff) | |
download | scummvm-rg350-ada2336267470d6a291c993dc84dad0271e8ba9f.tar.gz scummvm-rg350-ada2336267470d6a291c993dc84dad0271e8ba9f.tar.bz2 scummvm-rg350-ada2336267470d6a291c993dc84dad0271e8ba9f.zip |
SCI: Add comment that GK1 on Mac is on floppies and not CD.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index d8cc23ade7..eda6bfae64 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. |