From ac6c88869e23e15cc79b9b92f6b5146f89b6b837 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Thu, 13 Jan 2011 00:32:10 +0000 Subject: HUGO: Improve mouse support for DOS versions - Enlarge Exit hotspots - Fix newspaper issue in H2 Dos (screen 33) svn-id: r55219 --- engines/hugo/hugo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hugo') diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h index f3f53f2a46..fe188106db 100644 --- a/engines/hugo/hugo.h +++ b/engines/hugo/hugo.h @@ -36,7 +36,7 @@ #include "hugo/file.h" #define HUGO_DAT_VER_MAJ 0 // 1 byte -#define HUGO_DAT_VER_MIN 38 // 1 byte +#define HUGO_DAT_VER_MIN 39 // 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