We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8495cd commit db7f4d4Copy full SHA for db7f4d4
GeneralsMD/Code/GameEngine/Source/Common/System/BuildAssistant.cpp
@@ -674,11 +674,10 @@ LegalBuildCode BuildAssistant::isLocationClearOfObjects( const Coord3D *worldPos
674
MemoryPoolObjectHolder hold(iter);
675
for( them = iter->first(); them; them = iter->next() )
676
{
677
- Bool feedbackWithFailure = TRUE;
678
-
679
if (them->getDrawable() && them->getDrawable()->getFullyObscuredByShroud())
680
return LBC_SHROUD;
681
+ Bool feedbackWithFailure = TRUE;
682
Relationship rel = builderObject ? builderObject->getRelationship( them ) : NEUTRAL;
683
684
//Kris: If the object is stealthed and we can't see it, pretend we can build there.
0 commit comments