mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(LpkOpener.ParseGameInit): return success only if there's any entries obtained.
This commit is contained in:
@@ -339,7 +339,7 @@ namespace GameRes.Formats.Lucifen
|
|||||||
} else
|
} else
|
||||||
++p;
|
++p;
|
||||||
}
|
}
|
||||||
return true;
|
return CurrentFileMap.Count > 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user