From 51685f26dc5777e3bb1893705f85ca18cb41632d Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Mon, 13 Dec 2010 00:20:45 +0000 Subject: TOOL: Fix palette bug in H3 Dos (when leaving the cave) svn-id: r54898 --- 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 9fea091491..bf2e566ce0 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 33 // 1 byte +#define HUGO_DAT_VER_MIN 34 // 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