diff options
author | Eugene Sandulenko | 2005-09-11 14:51:36 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-09-11 14:51:36 +0000 |
commit | b6c320aaf18232e4b88fb6f97c6e992f091fc932 (patch) | |
tree | cdd0adde1c4b109cc9a030f46228b364b22a3cfe /scumm | |
parent | ad3c2e1dbca0f7710bf78e2d1bcde8e6f7858d5a (diff) | |
download | scummvm-rg350-b6c320aaf18232e4b88fb6f97c6e992f091fc932.tar.gz scummvm-rg350-b6c320aaf18232e4b88fb6f97c6e992f091fc932.tar.bz2 scummvm-rg350-b6c320aaf18232e4b88fb6f97c6e992f091fc932.zip |
russian indy3
svn-id: r18808
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scumm-md5.h | 3 | ||||
-rw-r--r-- | scumm/scumm.cpp | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/scumm/scumm-md5.h b/scumm/scumm-md5.h index dfda22045c..855f2eef97 100644 --- a/scumm/scumm-md5.h +++ b/scumm/scumm-md5.h @@ -1,5 +1,5 @@ /* - This file was generated by the md5table tool on Sun Sep 11 12:41:07 2005 + This file was generated by the md5table tool on Sun Sep 11 14:50:05 2005 DO NOT EDIT MANUALLY! */ @@ -110,6 +110,7 @@ static const MD5Table md5table[] = { { "3a03dab514e4038df192d8a8de469788", "atlantis", Common::EN_USA, Common::kPlatformAmiga }, { "3a0c35f3c147b98a2bdf8d400cfc4ab5", "indy3", Common::JA_JPN, Common::kPlatformFMTowns }, { "3b301b7892f883ce42ab4be6a274fea6", "samnmax", Common::EN_USA, Common::kPlatformPC }, + { "3cce1913a3bc586b51a75c3892ff18dd", "indy3", Common::RU_RUS, Common::kPlatformPC }, { "3de99ef0523f8ca7958faa3afccd035a", "spyfox", Common::EN_USA, Common::kPlatformUnknown }, { "3df6ead57930488bc61e6e41901d0e97", "fbear", Common::EN_USA, Common::kPlatformMacintosh }, { "40564ec47da48a67787d1f9bd043902a", "maniac", Common::EN_USA, Common::kPlatformPC }, diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index ee1495fc74..fc862437ff 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -482,6 +482,8 @@ static const ScummGameSettings multiple_versions_md5_settings[] = { GF_SMALL_HEADER | GF_NO_SCALING | GF_OLD256 | GF_FEW_LOCALS, Common::kPlatformPC}, {"17b5d5e6af4ae89d62631641d66d5a05", "Indiana Jones and the Last Crusade (VGA It)", GID_INDY3, 3, 0, MDT_PCSPK | MDT_ADLIB, GF_SMALL_HEADER | GF_NO_SCALING | GF_OLD256 | GF_FEW_LOCALS, Common::kPlatformPC}, + {"3cce1913a3bc586b51a75c3892ff18dd", "Indiana Jones and the Last Crusade (VGA Ru)", GID_INDY3, 3, 0, MDT_PCSPK | MDT_ADLIB, + GF_SMALL_HEADER | GF_NO_SCALING | GF_OLD256 | GF_FEW_LOCALS, Common::kPlatformPC}, {"04687cdf7f975a89d2474929f7b80946", "Indiana Jones and the Last Crusade (FM-TOWNS)", GID_INDY3, 3, 0, MDT_TOWNS, GF_SMALL_HEADER | GF_NO_SCALING | GF_OLD256 | GF_FEW_LOCALS | GF_AUDIOTRACKS, Common::kPlatformFMTowns}, |