From fd82c3783d1e563e9c3526aeb0d75e79ebcc0d76 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Fri, 12 Nov 2010 18:05:23 +0000 Subject: TOOL+HUGO: Misc modifications - Fix H1 Dos bug (animations not showing in Hall and after) - Get rid of _textSchedule and everything related H1 Dos shoud now be completable (not tested yet) svn-id: r54218 --- engines/hugo/hugo.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/hugo/hugo.h') diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h index 985499896e..197fc52458 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 28 // 1 byte +#define HUGO_DAT_VER_MIN 29 // 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 @@ -137,7 +137,6 @@ public: char **_textIntro; char **_textMouse; char **_textParser; - char **_textSchedule; char **_textUtil; char ***_arrayNouns; char ***_arrayVerbs; -- cgit v1.2.3