From e0a6ecaca9d54723ae0c6957c5dd92171e949dee Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Wed, 8 Dec 2010 07:18:38 +0000 Subject: TOOLS: Fix the "Mouse text" crash in Hugo svn-id: r54831 --- tools/create_hugo/create_hugo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/create_hugo/create_hugo.h') diff --git a/tools/create_hugo/create_hugo.h b/tools/create_hugo/create_hugo.h index 035835e5a5..cdc99e235c 100644 --- a/tools/create_hugo/create_hugo.h +++ b/tools/create_hugo/create_hugo.h @@ -31,7 +31,7 @@ #define DATAALIGNMENT 4 #define HUGO_DAT_VER_MAJ 0 // 1 byte -#define HUGO_DAT_VER_MIN 31 // 1 byte +#define HUGO_DAT_VER_MIN 32 // 1 byte typedef unsigned char uint8; typedef unsigned char byte; -- cgit v1.2.3