Ram Search - fix greater than previous value search

This commit is contained in:
andres.delikat 2012-09-21 13:32:09 +00:00
parent d21da3a847
commit 4bb0b87830
1 changed files with 1 additions and 1 deletions

View File

@ -868,7 +868,7 @@ namespace BizHawk.MultiClient
}
else
{
Searches[x].Deleted = false;
Searches[x].Deleted = true;
}
}
}