mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
cosmetic changes.
This commit is contained in:
@@ -222,7 +222,7 @@ namespace GameRes.Formats.YuRis
|
||||
writer.Write (name_len);
|
||||
writer.Write (entry.IndexName);
|
||||
writer.Write (entry.FileType);
|
||||
writer.Write ((byte)(entry.IsPacked ? 1 : 0));
|
||||
writer.Write (entry.IsPacked);
|
||||
writer.Write (entry.UnpackedSize);
|
||||
writer.Write (entry.Size);
|
||||
writer.Write ((uint)entry.Offset);
|
||||
|
||||
Reference in New Issue
Block a user