mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-11 20:39:29 +08:00
(ArchiveFormat.IsSaneCount): method made public.
This commit is contained in:
parent
12aa9eade5
commit
207cc8e144
@ -237,7 +237,7 @@ namespace GameRes
|
|||||||
throw new NotImplementedException ("ArchiveFormat.Create is not implemented");
|
throw new NotImplementedException ("ArchiveFormat.Create is not implemented");
|
||||||
}
|
}
|
||||||
|
|
||||||
protected static bool IsSaneCount (int count)
|
public static bool IsSaneCount (int count)
|
||||||
{
|
{
|
||||||
return count > 0 && count < 0x20000;
|
return count > 0 && count < 0x20000;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user