[Scummvm-cvs-logs] scummvm master -> 101d4b66e234fda4670edb4c81262381bcf661ab

bluegr md5 at scummvm.org
Sun Apr 3 18:13:55 CEST 2011


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:
101d4b66e2 AGI: Added the Spanish version of SQ2 (bug report #3260349)


Commit: 101d4b66e234fda4670edb4c81262381bcf661ab
    https://github.com/scummvm/scummvm/commit/101d4b66e234fda4670edb4c81262381bcf661ab
Author: md5 (md5 at scummvm.org)
Date: 2011-04-03T09:11:49-07:00

Commit Message:
AGI: Added the Spanish version of SQ2 (bug report #3260349)

Changed paths:
    engines/agi/detection_tables.h



diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index fb1b830..4689915 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -528,6 +528,10 @@ static const AGIGameDescription gameDescriptions[] = {
 	// Space Quest 2 (PC 5.25") 2.0A [AGI 2.912]
 	GAME_PS("sq2", "2.0A 1987-11-06 5.25\"", "ad7ce8f800581ecc536f3e8021d7a74d", 423, 0x2917, GID_SQ2, Common::kPlatformPC),
 
+	// reported by RadG (radg123) in bug report #3260349
+	// Space Quest 2 (Spanish)
+	GAME_LPS("sq2", "", "1ae7640dd4d253c3ac2d708d61a35379", 426, Common::ES_ESP, 0x2917, GID_SQ2, Common::kPlatformPC),
+
 	// Space Quest 2 (Russian)
 	GAME_LPS("sq2", "", "ba21c8934caf28e3ba45ce7d1cd6b041", 423, Common::RU_RUS, 0x2917, GID_SQ2, Common::kPlatformPC),
 






More information about the Scummvm-git-logs mailing list