Fix Ram Poke dialog

This commit is contained in:
adelikat 2012-09-13 00:49:58 +00:00
parent f9bc7fd15e
commit 99ace126d2
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ namespace BizHawk.MultiClient
}
int? x = GetSpecificValue();
if (x != null)
if (x == null)
{
MessageBox.Show("Missing or invalid value", "Invalid Value", MessageBoxButtons.OK, MessageBoxIcon.Error);
ValueBox.Focus();