From 2bea43357fa29027a2532289f539ac2d5583fa26 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Mon, 6 Sep 2010 12:09:11 +0000 Subject: 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 --- engines/hugo/hugo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hugo/hugo.h') 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 { -- cgit v1.2.3