aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.h
diff options
context:
space:
mode:
authorstrangerke2011-02-20 11:32:00 +0100
committerstrangerke2011-02-20 11:32:00 +0100
commit93f25b73be2b6aca7d5ea0321c8aba5252e86d54 (patch)
treed8fd9f24f137a1aaa7cd9e6ee5fcfd1cb759cc2f /engines/hugo/hugo.h
parentae88f41596b1331496db4dce30e84d5948244518 (diff)
downloadscummvm-rg350-93f25b73be2b6aca7d5ea0321c8aba5252e86d54.tar.gz
scummvm-rg350-93f25b73be2b6aca7d5ea0321c8aba5252e86d54.tar.bz2
scummvm-rg350-93f25b73be2b6aca7d5ea0321c8aba5252e86d54.zip
HUGO/TOOLS: reorder things in HUGO.DAT, move from RGBA to RGB
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 45d2dc4dd4..b2739c829e 100644
--- a/engines/hugo/hugo.h
+++ b/engines/hugo/hugo.h
@@ -36,7 +36,7 @@
#include "hugo/file.h"
#define HUGO_DAT_VER_MAJ 0 // 1 byte
-#define HUGO_DAT_VER_MIN 41 // 1 byte
+#define HUGO_DAT_VER_MIN 42 // 1 byte
#define DATAALIGNMENT 4
namespace Common {