Fix variable name

This commit is contained in:
CodingKoopa
2020-09-16 17:40:11 -04:00
parent dbaae6c3bc
commit ecba7ace28

View File

@@ -401,8 +401,8 @@ private void B_ModifyAll(object sender, EventArgs e)
}
if (CHK_FullTMCompatibility.Checked)
for (int h = 0; h < 100; h++)
CLB_TMHM.SetItemCheckState(h, CheckState.Checked);
for (int t = 0; t < 100; t++)
CLB_TMHM.SetItemCheckState(t, CheckState.Checked);
if (CHK_FullHMCompatibility.Checked)
for (int h = 100; h < CLB_TMHM.Items.Count; h++)
CLB_TMHM.SetItemCheckState(h, CheckState.Checked);