diff options
-rw-r--r-- | sword2/header.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/header.h b/sword2/header.h index 95f106254d..8bc8333c48 100644 --- a/sword2/header.h +++ b/sword2/header.h @@ -221,7 +221,7 @@ struct _layerHeader { uint16 y; uint16 width; uint16 height; - uint32 maskSize; + uint32 maskSize; uint32 offset; // where to find mask data (from start of // standard file header) } GCC_PACK; |