Add max cap difference for dppt

#1746
This commit is contained in:
Kurt 2018-01-06 14:12:28 -08:00
parent 218c20d804
commit 26015b44bc

View File

@ -100,6 +100,7 @@ private void B_Cancel_Click(object sender, EventArgs e)
private void ReadMain()
{
NUD_Coin.Value = SAV.Coin;
NUD_Coin.Maximum = SAV.HGSS ? 9_999 : 50_000;
int[] FlyDestD;
List<ComboItem> metLocationList;
switch (SAV.Version)