whitespace.

This commit is contained in:
morkt
2016-12-03 19:14:45 +04:00
parent 40ec5dedee
commit 1af4cd8396
2 changed files with 5 additions and 4 deletions

View File

@@ -49,8 +49,8 @@ namespace GameRes.Formats.Purple
int count = (int)(file.View.ReadUInt32 (4) ^ 0xE47C59F3);
if (!IsSaneCount (count))
return null;
uint index_size = file.View.ReadUInt32 (8) ^ 0x3F71DE2Au;
uint key = file.View.ReadUInt32 (0x10) ^ 0x40DE832Cu;
uint index_size = file.View.ReadUInt32 (8) ^ 0x3F71DE2Au;
uint key = file.View.ReadUInt32 (0x10) ^ 0x40DE832Cu;
var index = file.View.ReadBytes (0x14, index_size);
DecryptData (index, key);
long base_offset = 0x14 + index_size;