From a4c16f7447103c3264d1d4fd1ae3f980e242e604 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Sun, 10 Oct 2010 09:47:19 +0000 Subject: HUGO: Move Dos strings from Parser to hugo.dat svn-id: r53109 --- 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 9801546f34..b86a0da268 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 24 // 1 byte +#define HUGO_DAT_VER_MIN 25 // 1 byte #define DATAALIGNMENT 4 namespace Common { -- cgit v1.2.3