[Scummvm-git-logs] scummvm master -> c7d2fe16671f16e135384c29ba684c8b16e9b56f

phcoder noreply at scummvm.org
Thu Apr 27 02:36:46 UTC 2023


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:
c7d2fe1667 MM: Mark Chinese Xeen games as using Traditional spelling


Commit: c7d2fe16671f16e135384c29ba684c8b16e9b56f
    https://github.com/scummvm/scummvm/commit/c7d2fe16671f16e135384c29ba684c8b16e9b56f
Author: Vladimir Serbinenko (phcoder at gmail.com)
Date: 2023-04-27T04:36:42+02:00

Commit Message:
MM: Mark Chinese Xeen games as using Traditional spelling

Changed paths:
    engines/mm/detection_tables.h


diff --git a/engines/mm/detection_tables.h b/engines/mm/detection_tables.h
index acdf564e1e9..cfddeb40f93 100644
--- a/engines/mm/detection_tables.h
+++ b/engines/mm/detection_tables.h
@@ -207,7 +207,7 @@ static const MightAndMagicGameDescription GAME_DESCRIPTIONS[] = {
 			"cloudsofxeen",
 			nullptr,
 			AD_ENTRY1s("xeen.cc", "1fea0587fe139b13f4effa2b5791bd80", 13859999),
-			Common::ZH_ANY,
+			Common::ZH_TWN,
 			Common::kPlatformDOS,
 			ADGF_UNSTABLE,
 			GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)
@@ -284,7 +284,7 @@ static const MightAndMagicGameDescription GAME_DESCRIPTIONS[] = {
 			"darksideofxeen",
 			nullptr,
 			AD_ENTRY1s("dark.cc", "4dcbcdb0be885afebc2ab6c9e60c434e", 11137412),
-			Common::ZH_ANY,
+			Common::ZH_TWN,
 			Common::kPlatformDOS,
 			ADGF_UNSTABLE,
 			GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)




More information about the Scummvm-git-logs mailing list