From b1844253d4e119899e1f019a24c2e75c15830ec9 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 26 Sep 2012 23:19:16 +0200 Subject: [PATCH] =?UTF-8?q?TONY:=20In=20French=20version,=20fix=20'=C3=AA'?= =?UTF-8?q?=20in=20hotspot=20names=20by=20replacing=20it=20by=20'e',=20lik?= =?UTF-8?q?e=20for=20other=20accentuated=20characters?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devtools/create_tony/create_tony.h | 2 +- devtools/create_tony/staticdata.h | 4 ++-- dists/engine-data/tony.dat | Bin 24584 -> 24584 bytes engines/tony/tony.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devtools/create_tony/create_tony.h b/devtools/create_tony/create_tony.h index cc23eca1b77..073e97757dd 100644 --- a/devtools/create_tony/create_tony.h +++ b/devtools/create_tony/create_tony.h @@ -28,7 +28,7 @@ #define DATAALIGNMENT 4 #define TONY_DAT_VER_MAJ 0 // 1 byte -#define TONY_DAT_VER_MIN 1 // 1 byte +#define TONY_DAT_VER_MIN 2 // 1 byte // Number of variants of the game. For the moment, it's the same // as the number of languages diff --git a/devtools/create_tony/staticdata.h b/devtools/create_tony/staticdata.h index 793f897abaa..8540fbf5ddd 100644 --- a/devtools/create_tony/staticdata.h +++ b/devtools/create_tony/staticdata.h @@ -1279,7 +1279,7 @@ const int _cTableObjFra[] = { 72, -1, -1, 73, 75, -1, -1, 76, -1, 65, 78, -1, -1, -1, 79, -1, -1, 81, -1, -1, 82, -1, -1, -1, 0, 0, 0, -1, 70, -1, - -1, 63, 4, 4, -1, -1, 8, 8, 8, -1, + -1, 63, 4, 4, 4, -1, 8, 8, 8, -1, -1, -1, 14, 14, 14, -1, 14, -1, 62, 20, -1, 20, 82, -1, -1, -1}; @@ -1307,7 +1307,7 @@ const int _lTableObjFra[] = { 26, 26, 26, 26, 26, 26, 26, 26, 26, 17, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 17, 17, 17, 26, 26, 26, - 26, 26, 15, 15, 26, 26, 16, 16, 16, 26, + 26, 26, 15, 15, 15, 26, 16, 16, 16, 26, 26, 26, 19, 19, 19, 26, 19, 26, 26, 15, 26, 15, 26, 26, 26, 26}; diff --git a/dists/engine-data/tony.dat b/dists/engine-data/tony.dat index 70a9ac877624966bdfcf47bc889303f0583c708c..13cb634288ab6f00bbe7ed0d8d3d8c9a2eee4e7a 100644 GIT binary patch delta 27 icmeA;z}RtskuAjEFOq?2BilMZ76uju{>?l50t5kest3sc delta 27 jcmeA;z}RtskuAjEFOq?ABilMZmjC}5q&DyH3lIbVhpY+B diff --git a/engines/tony/tony.h b/engines/tony/tony.h index 8b29773fbda..d22ff247f3a 100644 --- a/engines/tony/tony.h +++ b/engines/tony/tony.h @@ -71,7 +71,7 @@ struct TonyGameDescription; #define MAX_SFX_CHANNELS 32 #define TONY_DAT_VER_MAJ 0 -#define TONY_DAT_VER_MIN 1 +#define TONY_DAT_VER_MIN 2 struct VoiceHeader { int _offset;