mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-08-27 20:26:04 -05:00
Fix variable name
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user