mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-28 08:00:14 +01:00
(svn r17015) -Fix [FS#3075]: infinite recursion in content dependency checking
This commit is contained in:
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
Block a user