aboutsummaryrefslogtreecommitdiff
path: root/tools/create_hugo/create_hugo.h
diff options
context:
space:
mode:
authorArnaud Boutonné2010-09-01 22:11:01 +0000
committerArnaud Boutonné2010-09-01 22:11:01 +0000
commitca74eb3e8b77cd49bad7a0fa6e261531ea8c0f44 (patch)
tree302f532c05fa0d8ecbee3496df3f5cce88ed35e9 /tools/create_hugo/create_hugo.h
parent64313cd7f10267c29d7e3b963c7bd0ff2e1c7f1a (diff)
downloadscummvm-rg350-ca74eb3e8b77cd49bad7a0fa6e261531ea8c0f44.tar.gz
scummvm-rg350-ca74eb3e8b77cd49bad7a0fa6e261531ea8c0f44.tar.bz2
scummvm-rg350-ca74eb3e8b77cd49bad7a0fa6e261531ea8c0f44.zip
HUGO: Fix labyrinth bug in Hugo 2 for Windows
svn-id: r52485
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 8a8a5a9e27..671b5c9142 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 18 // 1 byte
+#define HUGO_DAT_VER_MIN 19 // 1 byte
typedef unsigned char uint8;
typedef unsigned char byte;