aboutsummaryrefslogtreecommitdiff
path: root/tools/create_hugo/create_hugo.h
diff options
context:
space:
mode:
authorArnaud Boutonné2010-10-10 07:41:13 +0000
committerArnaud Boutonné2010-10-10 07:41:13 +0000
commit043a293ae92126b38a65b62708e789fb96affeba (patch)
treee3c333d9f44cb6e5fc54af5a6efcfdc767efffc1 /tools/create_hugo/create_hugo.h
parent89fd5b31c1eb9d79648841fc02c0f4cdad8bf433 (diff)
downloadscummvm-rg350-043a293ae92126b38a65b62708e789fb96affeba.tar.gz
scummvm-rg350-043a293ae92126b38a65b62708e789fb96affeba.tar.bz2
scummvm-rg350-043a293ae92126b38a65b62708e789fb96affeba.zip
HUGO - Fix error in data (H1 Dos)
svn-id: r53104
Diffstat (limited to 'tools/create_hugo/create_hugo.h')
-rw-r--r--tools/create_hugo/create_hugo.h2
1 files changed, 1 insertions, 1 deletions
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;