diff options
author | Arnaud Boutonné | 2010-12-06 20:22:53 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-12-06 20:22:53 +0000 |
commit | 077102f8db20d1593c656c81ca022b641c74b670 (patch) | |
tree | 0b4f4410e756774c9910fd96b668d5527a7dd4c5 /engines | |
parent | 813d96ec20c38de2344da8dcb90c3faa3b066f5e (diff) | |
download | scummvm-rg350-077102f8db20d1593c656c81ca022b641c74b670.tar.gz scummvm-rg350-077102f8db20d1593c656c81ca022b641c74b670.tar.bz2 scummvm-rg350-077102f8db20d1593c656c81ca022b641c74b670.zip |
HUGO: Fix crash in H3 (Swinger display name)
svn-id: r54801
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 14e9527ba3..34e04aa66e 100644 --- a/engines/hugo/hugo.h +++ b/engines/hugo/hugo.h @@ -35,7 +35,7 @@ #include "hugo/file.h" #define HUGO_DAT_VER_MAJ 0 // 1 byte -#define HUGO_DAT_VER_MIN 30 // 1 byte +#define HUGO_DAT_VER_MIN 31 // 1 byte #define DATAALIGNMENT 4 #define EDGE 10 // Closest object can get to edge of screen #define EDGE2 (EDGE * 2) // Push object further back on edge collision |