aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormd52011-04-03 19:11:49 +0300
committermd52011-04-03 19:11:49 +0300
commit101d4b66e234fda4670edb4c81262381bcf661ab (patch)
tree81309a5be71a43c74dddc9b043ad3d94b9ed2e25
parentbfef0f5a6fabdef5bb42cffd8b078d4511cf2a80 (diff)
downloadscummvm-rg350-101d4b66e234fda4670edb4c81262381bcf661ab.tar.gz
scummvm-rg350-101d4b66e234fda4670edb4c81262381bcf661ab.tar.bz2
scummvm-rg350-101d4b66e234fda4670edb4c81262381bcf661ab.zip
AGI: Added the Spanish version of SQ2 (bug report #3260349)
-rw-r--r--engines/agi/detection_tables.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index fb1b830e24..4689915007 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),