mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-12 08:38:51 +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"))
|
||||
return null;
|
||||
int version = file.View.ReadByte (7);
|
||||
if (version != 3)
|
||||
return null;
|
||||
using (var index = file.CreateStream())
|
||||
{
|
||||
List<Entry> dir = null;
|
||||
|
||||
Reference in New Issue
Block a user