Codechange: replace INVALID_X with XID::Invalid() for PoolIDs
This commit is contained in:
@@ -19,6 +19,6 @@ ScriptStoryPageList::ScriptStoryPageList(ScriptCompany::CompanyID company)
|
||||
::CompanyID c = ScriptCompany::FromScriptCompanyID(company);
|
||||
|
||||
ScriptList::FillList<StoryPage>(this,
|
||||
[c](const StoryPage *p) {return p->company == c || p->company == INVALID_COMPANY; }
|
||||
[c](const StoryPage *p) {return p->company == c || p->company == CompanyID::Invalid(); }
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user