Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 717346
Collapse All | Expand All

(-)a/src/AIEcho.cpp~ (-1 / +1 lines)
Lines 4387-4393 Link Here
4387
{
4387
{
4388
	if(is_end && rhs.is_end)
4388
	if(is_end && rhs.is_end)
4389
		return false;
4389
		return false;
4390
	return is_end!=rhs.is_end || team!=rhs.team || building_type!=rhs.building_type || level!=rhs.level || construction_site!=rhs.construction_site;
4390
	return bool{is_end!=rhs.is_end || team!=rhs.team || building_type!=rhs.building_type || level!=rhs.level || construction_site!=rhs.construction_site};
4391
}
4391
}
4392
4392
4393
4393

Return to bug 717346