aboutsummaryrefslogtreecommitdiff
path: root/engines/tony
diff options
context:
space:
mode:
authorStrangerke2012-09-26 23:19:16 +0200
committerStrangerke2012-09-26 23:19:16 +0200
commitb1844253d4e119899e1f019a24c2e75c15830ec9 (patch)
tree7ff7b96ed4c7c55b3b0dee059f31c48150a8f7ed /engines/tony
parent9942b5ab600f6b71b5d10921d11bf761f5eef298 (diff)
downloadscummvm-rg350-b1844253d4e119899e1f019a24c2e75c15830ec9.tar.gz
scummvm-rg350-b1844253d4e119899e1f019a24c2e75c15830ec9.tar.bz2
scummvm-rg350-b1844253d4e119899e1f019a24c2e75c15830ec9.zip
TONY: In French version, fix 'ê' in hotspot names by replacing it by 'e', like for other accentuated characters
Diffstat (limited to 'engines/tony')
-rw-r--r--engines/tony/tony.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/tony.h b/engines/tony/tony.h
index 8b29773fbd..d22ff247f3 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;