diff options
author | Arnaud Boutonné | 2010-08-27 21:13:47 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-08-27 21:13:47 +0000 |
commit | c4db714e3569f0b0dc77a834ea885450192249af (patch) | |
tree | b3fd41e358afccf84a00889b9df963d4a772b468 /engines | |
parent | b442ee701046ecbad9ff210ab9b9463f6a9fcce4 (diff) | |
download | scummvm-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 'engines')
-rw-r--r-- | engines/hugo/hugo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h index 9e86945910..3b78b41016 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 17 // 1 byte +#define HUGO_DAT_VER_MIN 18 // 1 byte #define DATAALIGNMENT 4 namespace Common { |