[Scummvm-git-logs] scummvm master -> 957c7ecb5aa7e3672242b0c72b89170fa8eadcba

bluegr noreply at scummvm.org
Fri Apr 15 09:25:13 UTC 2022


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:
957c7ecb5a AGI: Add more information to detection for Black Cauldron 2.10 3.5"


Commit: 957c7ecb5aa7e3672242b0c72b89170fa8eadcba
    https://github.com/scummvm/scummvm/commit/957c7ecb5aa7e3672242b0c72b89170fa8eadcba
Author: eientei (einstein95 at users.noreply.github.com)
Date: 2022-04-15T12:25:08+03:00

Commit Message:
AGI: Add more information to detection for Black Cauldron 2.10 3.5"

Changed paths:
    engines/agi/detection_tables.h


diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 8ff7ec5d057..ec2be7efcb8 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -290,8 +290,9 @@ static const AGIGameDescription gameDescriptions[] = {
 	// Black Cauldron (PC 5.25") 2.10 11/10/88 [AGI 3.002.098]
 	GAME3("bc", "2.10 1988-11-10 5.25\"", "bcdir", "0c5a9acbcc7e51127c34818e75806df6", 0x3149, GID_BC),
 
-	// Black Cauldron (PC) 2.10 [AGI 3.002.097]
-	GAME3("bc", "2.10", "bcdir", "0de3953c9225009dc91e5b0d1692967b", 0x3149, GID_BC),
+	// Black Cauldron (PC 3.5") 2.10 11/10/88 [AGI 3.002.098]
+	// BC.QA says "Interpreter: 3.002.097", while AGIDATA.OVL is "3.002.098"
+	GAME3("bc", "2.10 1988-11-10 3.5\"", "bcdir", "0de3953c9225009dc91e5b0d1692967b", 0x3149, GID_BC),
 
 	// Black Cauldron (CoCo3 360k) [AGI 2.023]
 	GAME_PS("bc", "", "51212c54808ade96176f201ae0ac7a6f", 357, 0x2440, GID_BC, Common::kPlatformCoCo3),




More information about the Scummvm-git-logs mailing list