1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-21 13:39:09 +00:00

(svn r17015) -Fix [FS#3075]: infinite recursion in content dependency checking

This commit is contained in:
rubidium
2009-07-31 23:54:43 +00:00
parent 3631f40637
commit ae71df349e

View File

@@ -38,6 +38,7 @@ bool ContentInfo::IsSelected() const
switch (this->state) {
case ContentInfo::SELECTED:
case ContentInfo::AUTOSELECTED:
case ContentInfo::ALREADY_HERE:
return true;
default: