From b0bf67b4245a479e0403ca78bfb9bd9f8b5ab494 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Thu, 11 Nov 2010 15:01:57 +0000 Subject: TOOL: Suppress useless strings in textUtil Also add DOS version for this text array svn-id: r54202 --- 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 4cfd9b0485..4f371117ab 100644 --- a/engines/hugo/hugo.h +++ b/engines/hugo/hugo.h @@ -34,7 +34,7 @@ #include "hugo/game.h" #define HUGO_DAT_VER_MAJ 0 // 1 byte -#define HUGO_DAT_VER_MIN 27 // 1 byte +#define HUGO_DAT_VER_MIN 28 // 1 byte #define DATAALIGNMENT 4 #define EDGE 10 // Closest object can get to edge of screen #define EDGE2 (EDGE * 2) // Push object further back on edge collision -- cgit v1.2.3