diff options
author | lolbot-iichan | 2019-06-04 02:51:04 +0300 |
---|---|---|
committer | Filippos Karapetis | 2019-06-04 08:24:42 +0300 |
commit | 5b06639a69fc4214138014355998a334f69067c6 (patch) | |
tree | e6a60da2026f5d78a2aecfba251c13794a3e054a /engines | |
parent | f23345104c7957ca2e16129b78f4ccae1b2cec05 (diff) | |
download | scummvm-rg350-5b06639a69fc4214138014355998a334f69067c6.tar.gz scummvm-rg350-5b06639a69fc4214138014355998a334f69067c6.tar.bz2 scummvm-rg350-5b06639a69fc4214138014355998a334f69067c6.zip |
WINTERMUTE: Janitorial edits at detection table
Diffstat (limited to 'engines')
-rw-r--r-- | engines/wintermute/detection_tables.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 8643e75558..a3ef9f33e2 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -549,7 +549,7 @@ static const WMEGameDescription gameDescriptions[] = { // The Kite (Version 1.1) WME_WINENTRY("thekite", "Version 1.1", WME_ENTRY1s("data.dcp", "92d29428f464469bda2d81b03d4d5c3e", 47332296), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION), - // The Kite (Version 1.2.e) + // The Kite (Version 1.2.e) (English) WME_WINENTRY("thekite", "Version 1.2.e", WME_ENTRY1s("data.dcp", "92451578b1bdd2b32a1db592a4f6d5fc", 47360539), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION), // The Kite (Version 1.2.i) (Italian) @@ -557,8 +557,8 @@ static const WMEGameDescription gameDescriptions[] = { WME_ENTRY1s("data.dcp", "d3435b106a1b3b4c1df8ad596d271586", 47509274), Common::IT_ITA, ADGF_UNSTABLE, LATEST_VERSION), // The Kite (Version 1.2.r) (Russian) WME_WINENTRY("thekite", "Version 1.2.r", - WME_ENTRY1s("data.dcp", "d531e097dd884737469da014ed882cde", 47554582 ), Common::RU_RUS, ADGF_UNSTABLE, LATEST_VERSION), - // The Kite (Version 1.3.e) + WME_ENTRY1s("data.dcp", "d531e097dd884737469da014ed882cde", 47554582), Common::RU_RUS, ADGF_UNSTABLE, LATEST_VERSION), + // The Kite (Version 1.3.e) (English) WME_WINENTRY("thekite", "Version 1.3.e", WME_ENTRY1s("data.dcp", "9761827b51370263b7623721545d7627", 47382987), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION), // The Kite (Version 1.4.e) (English) |