mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
(RGSS): dropped one version check.
This commit is contained in:
parent
91a1ea7705
commit
0158006226
@ -50,8 +50,6 @@ namespace GameRes.Formats.RPGMaker
|
|||||||
if (!file.View.AsciiEqual (4, "AD\0"))
|
if (!file.View.AsciiEqual (4, "AD\0"))
|
||||||
return null;
|
return null;
|
||||||
int version = file.View.ReadByte (7);
|
int version = file.View.ReadByte (7);
|
||||||
if (version != 3)
|
|
||||||
return null;
|
|
||||||
using (var index = file.CreateStream())
|
using (var index = file.CreateStream())
|
||||||
{
|
{
|
||||||
List<Entry> dir = null;
|
List<Entry> dir = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user