aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo
diff options
context:
space:
mode:
authorArnaud Boutonné2011-01-13 00:32:10 +0000
committerArnaud Boutonné2011-01-13 00:32:10 +0000
commitac6c88869e23e15cc79b9b92f6b5146f89b6b837 (patch)
tree404ffe314f63253125d8a7e90e2dadd74b74be22 /engines/hugo
parentbb3fd747d4a6e504a9beafe32484ff197f4a40b3 (diff)
downloadscummvm-rg350-ac6c88869e23e15cc79b9b92f6b5146f89b6b837.tar.gz
scummvm-rg350-ac6c88869e23e15cc79b9b92f6b5146f89b6b837.tar.bz2
scummvm-rg350-ac6c88869e23e15cc79b9b92f6b5146f89b6b837.zip
HUGO: Improve mouse support for DOS versions
- Enlarge Exit hotspots - Fix newspaper issue in H2 Dos (screen 33) svn-id: r55219
Diffstat (limited to 'engines/hugo')
-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 f3f53f2a46..fe188106db 100644
--- a/engines/hugo/hugo.h
+++ b/engines/hugo/hugo.h
@@ -36,7 +36,7 @@
#include "hugo/file.h"
#define HUGO_DAT_VER_MAJ 0 // 1 byte
-#define HUGO_DAT_VER_MIN 38 // 1 byte
+#define HUGO_DAT_VER_MIN 39 // 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