diff --git a/CodeWalker.Core/GameFiles/Utils/GTAKeys.cs b/CodeWalker.Core/GameFiles/Utils/GTAKeys.cs index 7a3c1b9..0c8bd5b 100644 --- a/CodeWalker.Core/GameFiles/Utils/GTAKeys.cs +++ b/CodeWalker.Core/GameFiles/Utils/GTAKeys.cs @@ -739,7 +739,7 @@ namespace CodeWalker.GameFiles public static class HashSearch { private const long BLOCK_LENGTH = 1048576; - private const long ALIGN_LENGTH = 16; + private const long ALIGN_LENGTH = 8; public static byte[] SearchHash(Stream stream, byte[] hash, int length = 32) {