aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorArnaud Boutonné2010-12-12 08:37:19 +0000
committerArnaud Boutonné2010-12-12 08:37:19 +0000
commit2bbe59ad8d39f4c526eff6f468dbc4de9853d2f6 (patch)
tree9edae74baaf2c188c570017bb8b5eab8aebb7e92 /engines
parentc428cfbb855fa3162fcc6aff87e2b1c8a3de799a (diff)
downloadscummvm-rg350-2bbe59ad8d39f4c526eff6f468dbc4de9853d2f6.tar.gz
scummvm-rg350-2bbe59ad8d39f4c526eff6f468dbc4de9853d2f6.tar.bz2
scummvm-rg350-2bbe59ad8d39f4c526eff6f468dbc4de9853d2f6.zip
HUGO: Replace PROMPT box by YESNO box in H3 Dos
This only applies to the old man dialog. This makes H3 Dos completable. svn-id: r54881
Diffstat (limited to 'engines')
-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 4c511efe41..9fea091491 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 32 // 1 byte
+#define HUGO_DAT_VER_MIN 33 // 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