Commit 4f9a2c6a authored by nanahira's avatar nanahira

Merge branch 'Koishi' of https://github.com/szefo09/YGOPro2_Droid into Android

parents 2ee2631c 65e8b9dc
...@@ -190,7 +190,7 @@ public class GameTextureManager ...@@ -190,7 +190,7 @@ public class GameTextureManager
public static Texture2D phase = null; public static Texture2D phase = null;
public static bool AutoPicDownload=true; public static bool AutoPicDownload;
public static Texture2D rs = null; public static Texture2D rs = null;
......
...@@ -52,7 +52,7 @@ public class Setting : WindowServant2D ...@@ -52,7 +52,7 @@ public class Setting : WindowServant2D
{ {
if (collection[i].name.Length > 0 && collection[i].name[0] == '*') if (collection[i].name.Length > 0 && collection[i].name[0] == '*')
{ {
if (collection[i].name == "*mouseParticle" || collection[i].name == "*showOff" || collection[i].name == "*Efield") if (collection[i].name == "*mouseParticle" || collection[i].name == "*showOff" || collection[i].name == "*Efield" || collection[i].name == "*AutoPicDownload")
{ {
collection[i].value = UIHelper.fromStringToBool(Config.Get(collection[i].name, "1")); collection[i].value = UIHelper.fromStringToBool(Config.Get(collection[i].name, "1"));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment