aboutsummaryrefslogtreecommitdiff
path: root/tools/create_hugo/create_hugo.h
diff options
context:
space:
mode:
authorArnaud Boutonné2010-09-06 16:09:56 +0000
committerArnaud Boutonné2010-09-06 16:09:56 +0000
commitbe5314109197d0333f10fdf7cd279f41a950d0a9 (patch)
treeb2b5f6bba7ebf077cd34790314adb8b38f0405d5 /tools/create_hugo/create_hugo.h
parentba6bc8f17b99055212abfa8c836ab7e34f4a24ad (diff)
downloadscummvm-rg350-be5314109197d0333f10fdf7cd279f41a950d0a9.tar.gz
scummvm-rg350-be5314109197d0333f10fdf7cd279f41a950d0a9.tar.bz2
scummvm-rg350-be5314109197d0333f10fdf7cd279f41a950d0a9.zip
HUGO: Clean up creation tool
Fix typos and suppress all identical noun arrays. svn-id: r52596
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 1c224d3915..87953be55b 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 20 // 1 byte
+#define HUGO_DAT_VER_MIN 21 // 1 byte
typedef unsigned char uint8;
typedef unsigned char byte;