updated formats.

This commit is contained in:
morkt
2018-09-02 23:58:07 +04:00
parent 9cb100d0d2
commit 381f24ba7c
11 changed files with 39 additions and 7 deletions

View File

@@ -355,6 +355,7 @@ namespace GameRes.Formats.NonColor
uint Extend8Bit (byte v)
{
// 0xFF -> -1 -> 0xFFFFFFFF
return ExtendByteSign ? (uint)(int)(sbyte)v : v;
}

View File

@@ -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.42.1834")]
[assembly: AssemblyFileVersion ("1.2.42.1834")]
[assembly: AssemblyVersion ("1.2.42.1887")]
[assembly: AssemblyFileVersion ("1.2.42.1887")]

View File

Binary file not shown.