aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.h
diff options
context:
space:
mode:
authorArnaud Boutonné2010-10-10 07:43:42 +0000
committerArnaud Boutonné2010-10-10 07:43:42 +0000
commitced1aba1eac0e8e7891ad44f09ff0877a4fbb3da (patch)
tree08bcecac119f950b978408f7f14ae757f81da251 /engines/hugo/hugo.h
parent582bd9a395e13881d96ea7c7cc54d3469d696565 (diff)
downloadscummvm-rg350-ced1aba1eac0e8e7891ad44f09ff0877a4fbb3da.tar.gz
scummvm-rg350-ced1aba1eac0e8e7891ad44f09ff0877a4fbb3da.tar.bz2
scummvm-rg350-ced1aba1eac0e8e7891ad44f09ff0877a4fbb3da.zip
HUGO: New parser for H1 Dos and H2 Dos.
Add specific parser functions for H1 Dos and H2 Dos svn-id: r53106
Diffstat (limited to 'engines/hugo/hugo.h')
-rw-r--r--engines/hugo/hugo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h
index 9ba7b47b22..9801546f34 100644
--- a/engines/hugo/hugo.h
+++ b/engines/hugo/hugo.h
@@ -33,7 +33,7 @@
#include "hugo/game.h"
#define HUGO_DAT_VER_MAJ 0 // 1 byte
-#define HUGO_DAT_VER_MIN 23 // 1 byte
+#define HUGO_DAT_VER_MIN 24 // 1 byte
#define DATAALIGNMENT 4
namespace Common {