diff options
author | Arnaud Boutonné | 2010-12-30 22:07:12 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-12-30 22:07:12 +0000 |
commit | 542f946155450589480ed95e4ab2f49846d1d2ab (patch) | |
tree | 4310220550b78b415dd7bfe03845ea468a64ea2d /engines/hugo | |
parent | 1dd31423309cad43890ab878e1dc91f99d512d56 (diff) | |
download | scummvm-rg350-542f946155450589480ed95e4ab2f49846d1d2ab.tar.gz scummvm-rg350-542f946155450589480ed95e4ab2f49846d1d2ab.tar.bz2 scummvm-rg350-542f946155450589480ed95e4ab2f49846d1d2ab.zip |
HUGO: Fix default values in object_t structure for viewx field and followings.
This fixes some other bugs reported by D. Gray
svn-id: r55068
Diffstat (limited to 'engines/hugo')
-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 a6162b1dfe..7ba1d54200 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 34 // 1 byte +#define HUGO_DAT_VER_MIN 35 // 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 |