mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 16:15:43 +00:00
add comment
This commit is contained in:
parent
c3590a911c
commit
386f941d61
@ -84,6 +84,8 @@ public:
|
|||||||
{
|
{
|
||||||
GoTo(0);
|
GoTo(0);
|
||||||
|
|
||||||
|
// The checksum here is supposed to be a MD5 of the entire data portion of the file. However T6 does not validate this.
|
||||||
|
// As long as the values here match the values in the SndBank asset, everything loads fine
|
||||||
SoundAssetBankChecksum checksum{};
|
SoundAssetBankChecksum checksum{};
|
||||||
memset(&checksum, 0xCC, sizeof(SoundAssetBankChecksum));
|
memset(&checksum, 0xCC, sizeof(SoundAssetBankChecksum));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user