oops, clear out weeded out list before generating it again!

This commit is contained in:
andres.delikat 2011-02-22 16:34:21 +00:00
parent 69f3197277
commit f81c352691
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,6 @@ namespace BizHawk.MultiClient
{ {
if (Global.Config.RamSearchPreviewMode) if (Global.Config.RamSearchPreviewMode)
{ {
weededList.Clear();
if (GenerateWeedOutList()) if (GenerateWeedOutList())
{ {
DisplaySearchList(); DisplaySearchList();
@ -582,6 +581,7 @@ namespace BizHawk.MultiClient
//Switch based on user criteria //Switch based on user criteria
//Generate search list //Generate search list
//Use search list to generate a list of flagged address (for displaying pink) //Use search list to generate a list of flagged address (for displaying pink)
weededList.Clear();
switch (GetCompareTo()) switch (GetCompareTo())
{ {
case SCompareTo.PREV: case SCompareTo.PREV: