From 077102f8db20d1593c656c81ca022b641c74b670 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Mon, 6 Dec 2010 20:22:53 +0000 Subject: HUGO: Fix crash in H3 (Swinger display name) svn-id: r54801 --- engines/hugo/hugo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h index 14e9527ba3..34e04aa66e 100644 --- a/engines/hugo/hugo.h +++ b/engines/hugo/hugo.h @@ -35,7 +35,7 @@ #include "hugo/file.h" #define HUGO_DAT_VER_MAJ 0 // 1 byte -#define HUGO_DAT_VER_MIN 30 // 1 byte +#define HUGO_DAT_VER_MIN 31 // 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