aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.h
diff options
context:
space:
mode:
authorArnaud Boutonné2010-08-20 15:30:30 +0000
committerArnaud Boutonné2010-08-20 15:30:30 +0000
commit0b4fef3aa745a873deb99ca9ff95e33d12770f2c (patch)
treee95486b78ac19692b1624fe74e6fa603e743a0b3 /engines/hugo/hugo.h
parentdd1708a1f12d1911a785cafdf7344d72065a1086 (diff)
downloadscummvm-rg350-0b4fef3aa745a873deb99ca9ff95e33d12770f2c.tar.gz
scummvm-rg350-0b4fef3aa745a873deb99ca9ff95e33d12770f2c.tar.bz2
scummvm-rg350-0b4fef3aa745a873deb99ca9ff95e33d12770f2c.zip
Hugo - Move DOS hardcoded inventory strings to Hugo.dat
svn-id: r52226
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 21705b1070..f65d271d76 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 16 // 1 byte
+#define HUGO_DAT_VER_MIN 17 // 1 byte
#define DATAALIGNMENT 4
namespace Common {