[Filter] Fix filter init

This commit is contained in:
Matt Nadareski
2018-01-19 14:11:36 -08:00
parent 341d56200e
commit 6b32360488

View File

@@ -257,6 +257,7 @@ namespace SabreTools.Library.DatFiles
{
// Positive
_gameNames = new List<string>();
_gameDescriptions = new List<string>();
_romNames = new List<string>();
_romTypes = new List<string>();
_crcs = new List<string>();
@@ -270,6 +271,7 @@ namespace SabreTools.Library.DatFiles
// Negative
_notGameNames = new List<string>();
_notGameDescriptions = new List<string>();
_notRomNames = new List<string>();
_notRomTypes = new List<string>();
_notCrcs = new List<string>();