aboutsummaryrefslogtreecommitdiff
path: root/tools/create_hugo/create_hugo.h
diff options
context:
space:
mode:
authorArnaud Boutonné2010-08-27 21:13:47 +0000
committerArnaud Boutonné2010-08-27 21:13:47 +0000
commitc4db714e3569f0b0dc77a834ea885450192249af (patch)
treeb3fd41e358afccf84a00889b9df963d4a772b468 /tools/create_hugo/create_hugo.h
parentb442ee701046ecbad9ff210ab9b9463f6a9fcce4 (diff)
downloadscummvm-rg350-c4db714e3569f0b0dc77a834ea885450192249af.tar.gz
scummvm-rg350-c4db714e3569f0b0dc77a834ea885450192249af.tar.bz2
scummvm-rg350-c4db714e3569f0b0dc77a834ea885450192249af.zip
HUGO: Fix a bug in creation tool in act14 (H1 Dos)
Fix a bug (missing character id in initialization) in creation tool and silent some more warnings. svn-id: r52414
Diffstat (limited to 'tools/create_hugo/create_hugo.h')
-rwxr-xr-xtools/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 44965ab9d6..47f50c96f5 100755
--- 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 17 // 1 byte
+#define HUGO_DAT_VER_MIN 18 // 1 byte
typedef unsigned char uint8;
typedef unsigned char byte;