aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/resource.h')
-rw-r--r--engines/mohawk/resource.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mohawk/resource.h b/engines/mohawk/resource.h
index 6b32a32b8e..bd63ae7f44 100644
--- a/engines/mohawk/resource.h
+++ b/engines/mohawk/resource.h
@@ -166,7 +166,8 @@ struct TypeTable {
};
struct RSRC_Header {
- uint32 size;
+ uint16 version;
+ uint16 compaction;
uint32 filesize;
uint32 abs_offset;
uint16 file_table_offset;