Objects outside BuildType list cannot be build anymore

Fix issue #863
dev-buzzingcars
tomangelo2 2016-12-05 14:16:11 +01:00
parent eb2a1857dc
commit 5dc38f1526
1 changed files with 1 additions and 1 deletions

View File

@ -5638,7 +5638,7 @@ bool CRobotMain::IsBuildingEnabled(ObjectType type)
if(type == OBJECT_PARA) return IsBuildingEnabled(BUILD_PARA);
if(type == OBJECT_DESTROYER) return IsBuildingEnabled(BUILD_DESTROYER);
return true;
return false;
}
bool CRobotMain::IsResearchEnabled(ResearchType type)