use previous value

This commit is contained in:
alyosha-tas 2019-04-27 10:30:50 -04:00
parent d726a6476f
commit 7c3d4f7e48
1 changed files with 1 additions and 3 deletions

View File

@ -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)