diff options
Diffstat (limited to 'include/nw4r/ut/ut_binaryFileFormat.h')
| -rw-r--r-- | include/nw4r/ut/ut_binaryFileFormat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nw4r/ut/ut_binaryFileFormat.h b/include/nw4r/ut/ut_binaryFileFormat.h index e01fb155..5ccd5ed9 100644 --- a/include/nw4r/ut/ut_binaryFileFormat.h +++ b/include/nw4r/ut/ut_binaryFileFormat.h @@ -11,7 +11,7 @@ struct BinaryBlockHeader { }; struct BinaryFileHeader { - u32 magic; // at 0x0 + u32 signature; // at 0x0 u16 byteOrder; // at 0x4 u16 version; // at 0x6 u32 fileSize; // at 0x8 |
