From be5314109197d0333f10fdf7cd279f41a950d0a9 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Mon, 6 Sep 2010 16:09:56 +0000 Subject: HUGO: Clean up creation tool Fix typos and suppress all identical noun arrays. svn-id: r52596 --- engines/hugo/hugo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hugo/hugo.h') diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h index 54e5e8e4f2..0ef001244b 100644 --- a/engines/hugo/hugo.h +++ b/engines/hugo/hugo.h @@ -33,7 +33,7 @@ #include "hugo/game.h" #define HUGO_DAT_VER_MAJ 0 // 1 byte -#define HUGO_DAT_VER_MIN 20 // 1 byte +#define HUGO_DAT_VER_MIN 21 // 1 byte #define DATAALIGNMENT 4 namespace Common { -- cgit v1.2.3