aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.h
diff options
context:
space:
mode:
authorArnaud Boutonné2010-10-10 09:47:19 +0000
committerArnaud Boutonné2010-10-10 09:47:19 +0000
commita4c16f7447103c3264d1d4fd1ae3f980e242e604 (patch)
treeab879d56cb738e9d86150626f1f0ea39e71147b1 /engines/hugo/hugo.h
parent178c46c0388c76bd46515aa4d37f681105dafa1e (diff)
downloadscummvm-rg350-a4c16f7447103c3264d1d4fd1ae3f980e242e604.tar.gz
scummvm-rg350-a4c16f7447103c3264d1d4fd1ae3f980e242e604.tar.bz2
scummvm-rg350-a4c16f7447103c3264d1d4fd1ae3f980e242e604.zip
HUGO: Move Dos strings from Parser to hugo.dat
svn-id: r53109
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 9801546f34..b86a0da268 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 24 // 1 byte
+#define HUGO_DAT_VER_MIN 25 // 1 byte
#define DATAALIGNMENT 4
namespace Common {