diff options
author | Arnaud Boutonné | 2010-10-10 07:41:13 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-10-10 07:41:13 +0000 |
commit | 043a293ae92126b38a65b62708e789fb96affeba (patch) | |
tree | e3c333d9f44cb6e5fc54af5a6efcfdc767efffc1 | |
parent | 89fd5b31c1eb9d79648841fc02c0f4cdad8bf433 (diff) | |
download | scummvm-rg350-043a293ae92126b38a65b62708e789fb96affeba.tar.gz scummvm-rg350-043a293ae92126b38a65b62708e789fb96affeba.tar.bz2 scummvm-rg350-043a293ae92126b38a65b62708e789fb96affeba.zip |
HUGO - Fix error in data (H1 Dos)
svn-id: r53104
-rw-r--r-- | dists/engine-data/hugo.dat | bin | 174175 -> 174175 bytes | |||
-rw-r--r-- | tools/create_hugo/create_hugo.h | 2 | ||||
-rw-r--r-- | tools/create_hugo/enums.h | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/dists/engine-data/hugo.dat b/dists/engine-data/hugo.dat Binary files differindex 40898fe987..720f5dac88 100644 --- a/dists/engine-data/hugo.dat +++ b/dists/engine-data/hugo.dat diff --git a/tools/create_hugo/create_hugo.h b/tools/create_hugo/create_hugo.h index 2145354d55..02f7d9fbc1 100644 --- a/tools/create_hugo/create_hugo.h +++ b/tools/create_hugo/create_hugo.h @@ -31,7 +31,7 @@ #define DATAALIGNMENT 4 #define HUGO_DAT_VER_MAJ 0 // 1 byte -#define HUGO_DAT_VER_MIN 23 // 1 byte +#define HUGO_DAT_VER_MIN 24 // 1 byte typedef unsigned char uint8; typedef unsigned char byte; diff --git a/tools/create_hugo/enums.h b/tools/create_hugo/enums.h index b1c0947553..a526c99ca5 100644 --- a/tools/create_hugo/enums.h +++ b/tools/create_hugo/enums.h @@ -1012,6 +1012,7 @@ enum string_t_3w { }; enum string_t_1d { + kSTdummy_1d, //*************************************************************************** // Hugo 1 Dos - Not stored in a dat file!!! //*************************************************************************** |