aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.h
diff options
context:
space:
mode:
authorArnaud Boutonné2010-11-12 18:05:23 +0000
committerArnaud Boutonné2010-11-12 18:05:23 +0000
commitfd82c3783d1e563e9c3526aeb0d75e79ebcc0d76 (patch)
tree13f836fdfe34b35086ee9f1b53d91c0fb5289c0b /engines/hugo/hugo.h
parent103ac9c566df104e4cacdb78e68fc775d047f658 (diff)
downloadscummvm-rg350-fd82c3783d1e563e9c3526aeb0d75e79ebcc0d76.tar.gz
scummvm-rg350-fd82c3783d1e563e9c3526aeb0d75e79ebcc0d76.tar.bz2
scummvm-rg350-fd82c3783d1e563e9c3526aeb0d75e79ebcc0d76.zip
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
Diffstat (limited to 'engines/hugo/hugo.h')
-rw-r--r--engines/hugo/hugo.h3
1 files changed, 1 insertions, 2 deletions
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;