aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorEugene Sandulenko2005-03-24 12:33:53 +0000
committerEugene Sandulenko2005-03-24 12:33:53 +0000
commit2226aa6bc9db5e45ee72acaaf5098246d4b67193 (patch)
treedcf573b7fb190cd594b5d7e0c474497e5590b8a7 /scumm
parent166e009061981c161a9abfdec548e0283caf289f (diff)
downloadscummvm-rg350-2226aa6bc9db5e45ee72acaaf5098246d4b67193.tar.gz
scummvm-rg350-2226aa6bc9db5e45ee72acaaf5098246d4b67193.tar.bz2
scummvm-rg350-2226aa6bc9db5e45ee72acaaf5098246d4b67193.zip
Add support for russian spyfox2 and spyfox3
svn-id: r17218
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scumm-md5.h4
-rw-r--r--scumm/scumm.cpp2
2 files changed, 5 insertions, 1 deletions
diff --git a/scumm/scumm-md5.h b/scumm/scumm-md5.h
index a12618658f..35308760a8 100644
--- a/scumm/scumm-md5.h
+++ b/scumm/scumm-md5.h
@@ -1,5 +1,5 @@
/*
- This file was generated by the md5table tool on Tue Mar 22 20:36:59 2005
+ This file was generated by the md5table tool on Thu Mar 24 12:26:09 2005
DO NOT EDIT MANUALLY!
*/
@@ -220,6 +220,7 @@ static const MD5Table md5table[] = {
{ "92b078d9d6d9d751da9c26b8b3075779", "tentacle", Common::FR_FRA, Common::kPlatformPC },
{ "92e7727e67f5cd979d8a1070e4eb8cb3", "puttzoo", Common::EN_USA, Common::kPlatformUnknown },
{ "92fc0073a4cf259ff36070ecb8628ba8", "thinkerk", Common::EN_USA, Common::kPlatformUnknown },
+ { "96a3069a3c63caa7329588ce1fef41ee", "spyozon", Common::RU_RUS, Common::kPlatformUnknown },
{ "9708cf716ed8bcc9ff3fcfc69413b746", "puttputt", Common::EN_USA, Common::kPlatformPC },
{ "981e1e1891f2be7e25a01f50ae55a5af", "puttrace", Common::EN_USA, Common::kPlatformWindows },
{ "99a3699f80b8f776efae592b44b9b991", "maniac", Common::FR_FRA, Common::kPlatformPC },
@@ -282,6 +283,7 @@ static const MD5Table md5table[] = {
{ "ce6a4cef315b20fef58a95bc40a2d8d3", "monkeyega", Common::FR_FRA, Common::kPlatformPC },
{ "ce7733f185b838e248927c7ba1a04204", "maniac", Common::FR_FRA, Common::kPlatformAmiga },
{ "ce7fd0c382389a6791fc3e199c117ef4", "indy3EGA", Common::ES_ESP, Common::kPlatformPC },
+ { "cea91e3dd47f2518ea418e41611aa77f", "spyfox2", Common::RU_RUS, Common::kPlatformUnknown },
{ "cf8d13446ec6cb6222287a925fd47c1d", "baseball", Common::EN_USA, Common::kPlatformWindows },
{ "cf90b4db5486ef798db78fe6fbf897e5", "pj3-demo", Common::EN_USA, Common::kPlatformWindows },
{ "d06fbe28818fef7bfc45c2cdf0c0849d", "zak", Common::DE_DEU, Common::kPlatformPC },
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 510903292a..ae0fbd1643 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -566,7 +566,9 @@ static SubstResFileNames substResFileNameTable[] = {
{ "spyfox", "SPYFox", kGenMac },
{ "spyfox", "SPYFoxDC", kGenPC },
{ "spyfox2", "Spy Fox 2", kGenMac },
+ { "spyfox2", "spyfoxsr", kGenPC },
{ "spyozon", "SpyOzon", kGenMac },
+ { "spyozon", "SPYFoxOZU", kGenPC },
{ "thinkerk", "ThinkerK", kGenMac },
{ "timedemo", "TimeDemo", kGenMac },
{ "water", "Water Worries", kGenMac },