Remove dynamic judge anchors. (Amend)
This commit is contained in:
@@ -66,13 +66,9 @@ namespace Cryville.Crtr {
|
|||||||
#endregion
|
#endregion
|
||||||
#region Judge
|
#region Judge
|
||||||
internal readonly Dictionary<int, int> judgeMap = new Dictionary<int, int>();
|
internal readonly Dictionary<int, int> judgeMap = new Dictionary<int, int>();
|
||||||
internal readonly Dictionary<int, int> jtabsMap = new Dictionary<int, int>();
|
|
||||||
internal readonly Dictionary<int, int> jtrelMap = new Dictionary<int, int>();
|
|
||||||
void InitJudges() {
|
void InitJudges() {
|
||||||
foreach (var i in _rs.judges.Keys) {
|
foreach (var i in _rs.judges.Keys) {
|
||||||
judgeMap.Add(i.Key, IdentifierManager.SharedInstance.Request("judge_" + i.Name));
|
judgeMap.Add(i.Key, IdentifierManager.SharedInstance.Request("judge_" + i.Name));
|
||||||
jtabsMap.Add(i.Key, IdentifierManager.SharedInstance.Request("jtabs_" + i.Name));
|
|
||||||
jtrelMap.Add(i.Key, IdentifierManager.SharedInstance.Request("jtrel_" + i.Name));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
static bool _flag;
|
static bool _flag;
|
||||||
|
|||||||
Reference in New Issue
Block a user