[Scummvm-git-logs] scummvm master -> 0bb03f0afafbb2fe7d4f9d61693d9085368b6b2d
bluegr
bluegr at gmail.com
Sat Jan 25 23:26:58 UTC 2020
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:
0bb03f0afa WINTERMUTE: Add russian localization of "The Lost Crown"
Commit: 0bb03f0afafbb2fe7d4f9d61693d9085368b6b2d
https://github.com/scummvm/scummvm/commit/0bb03f0afafbb2fe7d4f9d61693d9085368b6b2d
Author: aviloria (aviloria at yahoo.com)
Date: 2020-01-26T01:26:54+02:00
Commit Message:
WINTERMUTE: Add russian localization of "The Lost Crown"
Russian translation of the game "The Lost Crown - A Ghost Hunting Adventure" (Akella DVD version)
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 3f9488e..b854677 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -4410,6 +4410,11 @@ static const WMEGameDescription gameDescriptions[] = {
WME_WINENTRY("thelostcrowngha", "",
WME_ENTRY1s("theatre.dcp", "3deed61c6f6f02e7422b639c52b9169a", 78455706), Common::DE_DEU, ADGF_UNSTABLE, WME_1_8_2),
+ // The Lost Crown - A Ghost Hunting Adventure (DVD version) (Russian/Akella)
+ // NOTE: This is a 2.5D game that is out of ScummVM scope
+ WME_WINENTRY("thelostcrowngha", "",
+ WME_ENTRY1s("theatre.dcp", "01ab6ced306f11e0d0c7d1dfbc7a2658", 78352318), Common::RU_RUS, ADGF_UNSTABLE, WME_1_8_2),
+
// The Lost Crown - A Ghost Hunting Adventure (Steam, Jul 2014) (English)
// NOTE: This is a 2.5D game that is out of ScummVM scope
WME_WINENTRY("thelostcrowngha", "",
More information about the Scummvm-git-logs
mailing list