mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
(LpkOpener.ParseGameInit): return success only if there's any entries obtained.
This commit is contained in:
parent
df4b5960f7
commit
04bc123b3b
@ -339,7 +339,7 @@ namespace GameRes.Formats.Lucifen
|
||||
} else
|
||||
++p;
|
||||
}
|
||||
return true;
|
||||
return CurrentFileMap.Count > 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user