[Scummvm-git-logs] scummvm master -> e1c81b906657657fe78a07a7298b3b2165c425f3
athrxx
athrxx at scummvm.org
Sun Dec 6 21:27:20 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:
e1c81b9066 KYRA: (MR) - fix bug no. 12005 (broken Russian fan translation)
Commit: e1c81b906657657fe78a07a7298b3b2165c425f3
https://github.com/scummvm/scummvm/commit/e1c81b906657657fe78a07a7298b3b2165c425f3
Author: athrxx (athrxx at scummvm.org)
Date: 2020-12-06T22:26:29+01:00
Commit Message:
KYRA: (MR) - fix bug no. 12005 (broken Russian fan translation)
Changed paths:
devtools/create_kyradat/create_kyradat.cpp
devtools/create_kyradat/games.cpp
dists/engine-data/kyra.dat
engines/kyra/resource/staticres.cpp
diff --git a/devtools/create_kyradat/create_kyradat.cpp b/devtools/create_kyradat/create_kyradat.cpp
index 958e8ba35b..bc4c8e0257 100644
--- a/devtools/create_kyradat/create_kyradat.cpp
+++ b/devtools/create_kyradat/create_kyradat.cpp
@@ -45,7 +45,7 @@
enum {
- kKyraDatVersion = 106
+ kKyraDatVersion = 107
};
const ExtractFilename extractFilenames[] = {
diff --git a/devtools/create_kyradat/games.cpp b/devtools/create_kyradat/games.cpp
index 270c2e5d5c..676aec31fa 100644
--- a/devtools/create_kyradat/games.cpp
+++ b/devtools/create_kyradat/games.cpp
@@ -96,6 +96,7 @@ const Game kyra3Games[] = {
{ kKyra3, kPlatformDOS, kTalkieVersion, DE_DEU },
{ kKyra3, kPlatformDOS, kTalkieVersion, IT_ITA },
{ kKyra3, kPlatformDOS, kTalkieVersion, ES_ESP },
+ { kKyra3, kPlatformDOS, kTalkieVersion, RU_RUS },
GAME_DUMMY_ENTRY
};
diff --git a/dists/engine-data/kyra.dat b/dists/engine-data/kyra.dat
index c91500a4fc..a1a2b7762d 100644
Binary files a/dists/engine-data/kyra.dat and b/dists/engine-data/kyra.dat differ
diff --git a/engines/kyra/resource/staticres.cpp b/engines/kyra/resource/staticres.cpp
index 3d0e362d94..d9ff76bbef 100644
--- a/engines/kyra/resource/staticres.cpp
+++ b/engines/kyra/resource/staticres.cpp
@@ -39,7 +39,7 @@
namespace Kyra {
-#define RESFILE_VERSION 106
+#define RESFILE_VERSION 107
namespace {
bool checkKyraDat(Common::SeekableReadStream *file) {
More information about the Scummvm-git-logs
mailing list