Skip to content

Commit e87f5d2

Browse files
committed
docs: Add comments
1 parent 1559334 commit e87f5d2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Generals/Code/GameEngine/Source/Common/System/BuildAssistant.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,8 @@ void BuildAssistant::iterateFootprint( const ThingTemplate *build,
656656

657657

658658
//-------------------------------------------------------------------------------------------------
659-
/** Check for objects preventing building at this location. */
659+
/** Check for objects preventing building at this location.
660+
* TheSuperHackers @tweak Stubbjax 05/09/2025 Return LBC_SHROUD for shrouded objects. */
660661
//-------------------------------------------------------------------------------------------------
661662
Bool BuildAssistant::isLocationClearOfObjects( const Coord3D *worldPos,
662663
const ThingTemplate *build,

GeneralsMD/Code/GameEngine/Source/Common/System/BuildAssistant.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,8 @@ void BuildAssistant::iterateFootprint( const ThingTemplate *build,
656656

657657

658658
//-------------------------------------------------------------------------------------------------
659-
/** Check for objects preventing building at this location. */
659+
/** Check for objects preventing building at this location.
660+
* TheSuperHackers @tweak Stubbjax 05/09/2025 Return LBC_SHROUD for shrouded objects. */
660661
//-------------------------------------------------------------------------------------------------
661662
LegalBuildCode BuildAssistant::isLocationClearOfObjects( const Coord3D *worldPos,
662663
const ThingTemplate *build,

0 commit comments

Comments
 (0)