oops, clear out weeded out list before generating it again!
This commit is contained in:
parent
69f3197277
commit
f81c352691
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue