Commit 3f8943fa authored by mercury233's avatar mercury233

add replay god mode back

parent aa188d35
......@@ -22,7 +22,7 @@ public class selectReplay : WindowServantSP
UIHelper.registEvent(gameObject, "delete_", onDelete);
UIHelper.registEvent(gameObject, "yrp_", onYrp);
UIHelper.registEvent(gameObject, "ydk_", onYdk);
UIHelper.registEvent(gameObject, "god_", Program.gugugu);
UIHelper.registEvent(gameObject, "god_", onGod);
UIHelper.registEvent(gameObject, "value_", onValue);
setSortLable();
superScrollView.install();
......@@ -505,10 +505,10 @@ public class selectReplay : WindowServantSP
{
superScrollView.add(fileInfos[i].Name.Substring(0, fileInfos[i].Name.Length - 6));
}
//if (fileInfos[i].Name.Length > 4 && fileInfos[i].Name.Substring(fileInfos[i].Name.Length - 4, 4) == ".yrp")
//{
// superScrollView.add(fileInfos[i].Name);
//}
if (fileInfos[i].Name.Length > 4 && fileInfos[i].Name.Substring(fileInfos[i].Name.Length - 4, 4) == ".yrp")
{
superScrollView.add(fileInfos[i].Name);
}
}
}
}
......
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