From ced1aba1eac0e8e7891ad44f09ff0877a4fbb3da Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Sun, 10 Oct 2010 07:43:42 +0000 Subject: HUGO: New parser for H1 Dos and H2 Dos. Add specific parser functions for H1 Dos and H2 Dos svn-id: r53106 --- 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 9ba7b47b22..9801546f34 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 23 // 1 byte +#define HUGO_DAT_VER_MIN 24 // 1 byte #define DATAALIGNMENT 4 namespace Common { -- cgit v1.2.3