mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-07-08 01:31:41 +08:00
fixed code to work with new resource settings interface.
This commit is contained in:
@@ -31,7 +31,6 @@ using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Xml;
|
||||
using GameRes.Formats.Properties;
|
||||
using GameRes.Formats.Strings;
|
||||
using GameRes.Utility;
|
||||
|
||||
@@ -244,8 +243,8 @@ namespace GameRes.Formats.Entis
|
||||
public override ResourceOptions GetDefaultOptions ()
|
||||
{
|
||||
return new NoaOptions {
|
||||
Scheme = Settings.Default.NOAScheme,
|
||||
PassPhrase = Settings.Default.NOAPassPhrase,
|
||||
Scheme = Properties.Settings.Default.NOAScheme,
|
||||
PassPhrase = Properties.Settings.Default.NOAPassPhrase,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user