mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(RGSS): dropped one version check.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user