diff options
author | Filippos Karapetis | 2011-11-18 17:45:35 +0200 |
---|---|---|
committer | Filippos Karapetis | 2011-11-18 17:52:27 +0200 |
commit | 5e8d52562d7d214190a6df068b0a3d7fb295d6ca (patch) | |
tree | 7f7f4991291e0a4e98eefd7b79b09c0d26fdfa12 | |
parent | c65146cde1704413113cc0f9b021fc402022609c (diff) | |
download | scummvm-rg350-5e8d52562d7d214190a6df068b0a3d7fb295d6ca.tar.gz scummvm-rg350-5e8d52562d7d214190a6df068b0a3d7fb295d6ca.tar.bz2 scummvm-rg350-5e8d52562d7d214190a6df068b0a3d7fb295d6ca.zip |
SWORD25: Fixed the language of the Croatian version
-rw-r--r-- | engines/sword25/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/detection_tables.h b/engines/sword25/detection_tables.h index 8fa0a90b67..e33f8f8aca 100644 --- a/engines/sword25/detection_tables.h +++ b/engines/sword25/detection_tables.h @@ -54,7 +54,7 @@ static const ADGameDescription gameDescriptions[] = { "sword25", "", AD_ENTRY1s("lang_hr.b25c", "e881054d1f8ec1e527422fc521c25405", 1273217), - Common::HU_HUN, + Common::HR_HRV, Common::kPlatformUnknown, ADGF_UNSTABLE, GUIO1(GUIO_NOASPECT) |