mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
(AcvOpener): unused variable.
This commit is contained in:
parent
574ae64662
commit
21e8f2da14
@ -52,8 +52,6 @@ namespace GameRes.Formats.NonColor
|
||||
if (null == scheme)
|
||||
return null;
|
||||
|
||||
bool is_script = VFS.IsPathEqualsToFileName (file.Name, "script.dat");
|
||||
|
||||
using (var index = new NcIndexReader (file, count, key) { IndexPosition = 8 })
|
||||
{
|
||||
var file_map = ReadFilenameMap (scheme);
|
||||
|
Loading…
Reference in New Issue
Block a user