[Scummvm-git-logs] scummvm master -> 17161fe047b5f0d5330bd1ec69ee2c9318416158
trembyle
noreply at scummvm.org
Tue Jan 18 15:01:42 UTC 2022
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
7f48557488 SCI: Fix typos
17161fe047 SCI: Extend version comment
Commit: 7f4855748894dc8494c8381eb14a94eb47302d22
https://github.com/scummvm/scummvm/commit/7f4855748894dc8494c8381eb14a94eb47302d22
Author: trembyle (sean.patrick.brody at gmail.com)
Date: 2022-01-18T10:00:48-05:00
Commit Message:
SCI: Fix typos
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 95005fa9ec8..52873d608ba 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -838,7 +838,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_GK1_FLOPPY },
- // Gabriel Knight - English DOS Floppy (supplied my markcoolio in bug report #4269)
+ // Gabriel Knight - English DOS Floppy (supplied by markcoolio in bug report #4269)
// SCI interpreter version 2.000.000
{"gk1", "", {
{"resource.map", 0, "65e8c14092e4c9b3b3538b7602c8c5ec", 10783},
@@ -854,7 +854,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_GK1_FLOPPY },
- // Gabriel Knight - German DOS Floppy (supplied my markcoolio in bug report #4268)
+ // Gabriel Knight - German DOS Floppy (supplied by markcoolio in bug report #4268)
// SCI interpreter version 2.000.000
{"gk1", "", {
{"resource.map", 0, "ad6508b0296b25c07b1f58828dc33696", 10789},
@@ -862,7 +862,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_GK1_FLOPPY },
- // Gabriel Knight - French DOS Floppy (supplied my kervala in bug report #6281)
+ // Gabriel Knight - French DOS Floppy (supplied by kervala in bug report #6281)
// SCI interpreter version 2.000.000
{"gk1", "", {
{"resource.map", 0, "236e36cc847cdeafdd5e5fa8cba916ed", 10801},
Commit: 17161fe047b5f0d5330bd1ec69ee2c9318416158
https://github.com/scummvm/scummvm/commit/17161fe047b5f0d5330bd1ec69ee2c9318416158
Author: trembyle (sean.patrick.brody at gmail.com)
Date: 2022-01-18T10:00:48-05:00
Commit Message:
SCI: Extend version comment
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 52873d608ba..fc9fb161172 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -912,7 +912,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
Common::KO_KOR, Common::kPlatformWindows, ADGF_CD, GUIO_GK1_CD_WIN },
// Gabriel Knight - German DOS CD (from Tobis87)
- // SCI interpreter version 2.000.000
+ // SCI interpreter version 2.000.000, VERSION file reports "1.000.000, April 25, 1994"
{"gk1", "CD", {
{"resource.map", 0, "a7d3e55114c65647310373cb390815ba", 11392},
{"resource.000", 0, "091cf08910780feabc56f8551b09cb36", 13400497},
More information about the Scummvm-git-logs
mailing list