cosmetic changes.

This commit is contained in:
morkt
2014-08-31 18:49:42 +04:00
parent f06396f1e3
commit 06e651d43b
5 changed files with 16 additions and 14 deletions

View File

@@ -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);