..
This commit is contained in:
@@ -7,6 +7,7 @@ using System.Drawing.Design;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Management;
|
||||
using System.IO.Ports;
|
||||
using AR;
|
||||
|
||||
namespace Project
|
||||
{
|
||||
@@ -413,7 +414,7 @@ namespace Project
|
||||
|
||||
if (Language.isEmpty()) Language = "Kor";
|
||||
if (Password_Setup.isEmpty()) Password_Setup = "0000";
|
||||
if (musicfile.isEmpty()) musicfile = Util.CurrentPath + "music.mp3";
|
||||
if (musicfile.isEmpty()) musicfile = UTIL.CurrentPath + "music.mp3";
|
||||
if (musicvol == 0) musicvol = 50;
|
||||
|
||||
|
||||
@@ -565,7 +566,7 @@ namespace Project
|
||||
|
||||
public CounterSetting()
|
||||
{
|
||||
this.filename = Util.CurrentPath + "counter.xml";
|
||||
this.filename = AR.UTIL.CurrentPath + "counter.xml";
|
||||
}
|
||||
public override void AfterLoad()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user