mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-26 05:37:56 +08:00
fixed code to work with new resource settings interface.
This commit is contained in:
@@ -27,7 +27,6 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.Composition;
|
||||
using System.IO;
|
||||
using GameRes.Formats.Properties;
|
||||
using GameRes.Formats.Strings;
|
||||
using GameRes.Utility;
|
||||
|
||||
@@ -168,7 +167,7 @@ namespace GameRes.Formats.DxLib
|
||||
public override ResourceOptions GetDefaultOptions ()
|
||||
{
|
||||
return new MedOptions {
|
||||
Encryption = GetEncryption (Settings.Default.MEDScriptScheme),
|
||||
Encryption = GetEncryption (Properties.Settings.Default.MEDScriptScheme),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user