diff --git a/pk3DS/Subforms/Gen6/PersonalEditor6.cs b/pk3DS/Subforms/Gen6/PersonalEditor6.cs index 210dfb4..b53d285 100644 --- a/pk3DS/Subforms/Gen6/PersonalEditor6.cs +++ b/pk3DS/Subforms/Gen6/PersonalEditor6.cs @@ -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);