mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-01 19:00:14 +08:00
released v1.2.18
This commit is contained in:
@@ -39,6 +39,7 @@ namespace GameRes.Formats.Cyberworks
|
||||
UnpackedSize = 5,
|
||||
AlphaSize = 6,
|
||||
BitsSize = 7,
|
||||
Ignored = Field1,
|
||||
}
|
||||
|
||||
internal sealed class AImageReader : IDisposable
|
||||
|
||||
@@ -135,6 +135,7 @@ namespace GameRes.Formats.NonColor
|
||||
}
|
||||
else
|
||||
{
|
||||
System.Diagnostics.Trace.WriteLine ("Unknown hash", hash.ToString ("X8"));
|
||||
continue;
|
||||
}
|
||||
if (flags != 2)
|
||||
|
||||
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion ("1.2.21.898")]
|
||||
[assembly: AssemblyFileVersion ("1.2.21.898")]
|
||||
[assembly: AssemblyVersion ("1.2.22.927")]
|
||||
[assembly: AssemblyFileVersion ("1.2.22.927")]
|
||||
|
||||
Reference in New Issue
Block a user