mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 05:28:49 +08:00
fixed code to work with new resource settings interface.
This commit is contained in:
@@ -30,7 +30,6 @@ using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using GameRes.Compression;
|
||||
using GameRes.Formats.Properties;
|
||||
using GameRes.Formats.Strings;
|
||||
using GameRes.Utility;
|
||||
|
||||
@@ -342,7 +341,7 @@ namespace GameRes.Formats.Lucifen
|
||||
|
||||
public override ResourceOptions GetDefaultOptions ()
|
||||
{
|
||||
return new LuciOptions { Scheme = Settings.Default.LPKScheme };
|
||||
return new LuciOptions { Scheme = Properties.Settings.Default.LPKScheme };
|
||||
}
|
||||
|
||||
public override object GetAccessWidget ()
|
||||
|
||||
Reference in New Issue
Block a user