Merge remote-tracking branch 'refs/remotes/origin/master' into res-settings

This commit is contained in:
morkt
2018-01-10 17:32:19 +04:00
5 changed files with 7 additions and 4 deletions

View File

@@ -127,7 +127,7 @@ namespace GameRes
/// </summary>
public static bool IsSaneCount (int count)
{
return count > 0 && count < 0x20000;
return count > 0 && count < 0x40000;
}
/// <summary>