diff options
author | Arnaud Boutonné | 2010-12-13 00:20:45 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-12-13 00:20:45 +0000 |
commit | 51685f26dc5777e3bb1893705f85ca18cb41632d (patch) | |
tree | afda996a058bf663ce80a6e8a6217efdc60eabe7 /engines | |
parent | 03777f18671da0dd0913c462715ba1daa57427f9 (diff) | |
download | scummvm-rg350-51685f26dc5777e3bb1893705f85ca18cb41632d.tar.gz scummvm-rg350-51685f26dc5777e3bb1893705f85ca18cb41632d.tar.bz2 scummvm-rg350-51685f26dc5777e3bb1893705f85ca18cb41632d.zip |
TOOL: Fix palette bug in H3 Dos (when leaving the cave)
svn-id: r54898
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 9fea091491..bf2e566ce0 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 33 // 1 byte +#define HUGO_DAT_VER_MIN 34 // 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 |