aboutsummaryrefslogtreecommitdiff
path: root/tools/create_hugo/create_hugo.h
diff options
context:
space:
mode:
authorArnaud Boutonné2010-09-16 23:00:25 +0000
committerArnaud Boutonné2010-09-16 23:00:25 +0000
commit16557884b6d694b217877813126859687cc8b59b (patch)
tree64aa10ded4244e2c7c57a9d94d28221796c0a374 /tools/create_hugo/create_hugo.h
parente0794fef7514d85d8d60fd18154b226b5d79b485 (diff)
downloadscummvm-rg350-16557884b6d694b217877813126859687cc8b59b.tar.gz
scummvm-rg350-16557884b6d694b217877813126859687cc8b59b.tar.bz2
scummvm-rg350-16557884b6d694b217877813126859687cc8b59b.zip
TOOLS: Add missing data for H1 Dos
svn-id: r52754
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 c891e270be..2145354d55 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 22 // 1 byte
+#define HUGO_DAT_VER_MIN 23 // 1 byte
typedef unsigned char uint8;
typedef unsigned char byte;