use previous value
This commit is contained in:
parent
d726a6476f
commit
7c3d4f7e48
|
@ -869,9 +869,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
catch
|
||||
{
|
||||
val = 100;
|
||||
|
||||
MessageBox.Show("Invalid Entry. Restoring Default.", "Input Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
MessageBox.Show("Invalid Entry.", "Input Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
}
|
||||
|
||||
if (val > 0)
|
||||
|
|
Loading…
Reference in New Issue