mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(DetectFileType): removed 'new' qualifier.
This commit is contained in:
@@ -60,7 +60,7 @@ namespace GameRes.Formats.TopCat
|
|||||||
Offset = offset;
|
Offset = offset;
|
||||||
}
|
}
|
||||||
|
|
||||||
new private static IResource DetectFileType (ArcView file, long offset)
|
private static IResource DetectFileType (ArcView file, long offset)
|
||||||
{
|
{
|
||||||
uint signature = file.View.ReadUInt32 (offset);
|
uint signature = file.View.ReadUInt32 (offset);
|
||||||
return FormatCatalog.Instance.LookupSignature (signature).FirstOrDefault();
|
return FormatCatalog.Instance.LookupSignature (signature).FirstOrDefault();
|
||||||
|
|||||||
Reference in New Issue
Block a user