aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/part.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/part.h')
-rw-r--r--engines/cine/part.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/engines/cine/part.h b/engines/cine/part.h
index be3f2c4523..77d7370d77 100644
--- a/engines/cine/part.h
+++ b/engines/cine/part.h
@@ -27,12 +27,11 @@
namespace Cine {
-struct partBufferStruct{
- char part_name[10];
- uint32 varA; /* unused */
+struct partBufferStruct {
+ char partName[14];
uint32 offset;
- uint32 packed_size;
- uint32 unpacked_size;
+ uint32 packedSize;
+ uint32 unpackedSize;
uint32 var1A; /* unused */
};