mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-29 07:07:31 +08:00
(LittleEndian): methods made generic.
This commit is contained in:
@@ -109,7 +109,7 @@ namespace GameRes.Formats.Abel
|
||||
{
|
||||
uint offset = arc.File.View.ReadUInt32 (entry.Offset+8);
|
||||
if (offset >= entry.Size)
|
||||
return base.OpenEntry (arc, entry);
|
||||
return base.OpenEntry (arc, entry);
|
||||
return arc.File.CreateStream (entry.Offset+offset, entry.Size-offset);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user