mirror of https://github.com/OpenTTD/OpenTTD
(svn r17015) -Fix [FS#3075]: infinite recursion in content dependency checking
parent
3631f40637
commit
ae71df349e
|
@ -38,6 +38,7 @@ bool ContentInfo::IsSelected() const
|
|||
switch (this->state) {
|
||||
case ContentInfo::SELECTED:
|
||||
case ContentInfo::AUTOSELECTED:
|
||||
case ContentInfo::ALREADY_HERE:
|
||||
return true;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue