aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.h
diff options
context:
space:
mode:
authorArnaud Boutonné2010-09-06 12:09:11 +0000
committerArnaud Boutonné2010-09-06 12:09:11 +0000
commit2bea43357fa29027a2532289f539ac2d5583fa26 (patch)
tree32a66cdd48cea72010638304002d48635812e69c /engines/hugo/hugo.h
parentda45fcfeb2bf59d201e866362eb98e4b2c2443c6 (diff)
downloadscummvm-rg350-2bea43357fa29027a2532289f539ac2d5583fa26.tar.gz
scummvm-rg350-2bea43357fa29027a2532289f539ac2d5583fa26.tar.bz2
scummvm-rg350-2bea43357fa29027a2532289f539ac2d5583fa26.zip
HUGO: Add hints in DOS versions
In DOS versions, display hints when mouse is over a hotspot. This behavior is based on the one of Hugo Win versions. svn-id: r52590
Diffstat (limited to 'engines/hugo/hugo.h')
-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 532f18d2eb..54e5e8e4f2 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 19 // 1 byte
+#define HUGO_DAT_VER_MIN 20 // 1 byte
#define DATAALIGNMENT 4
namespace Common {