Skip to content

Commit f73273a

Browse files
committed
docs: Update comments
1 parent e87f5d2 commit f73273a

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
@@ -657,7 +657,8 @@ void BuildAssistant::iterateFootprint( const ThingTemplate *build,
657657

658658
//-------------------------------------------------------------------------------------------------
659659
/** Check for objects preventing building at this location.
660-
* TheSuperHackers @tweak Stubbjax 05/09/2025 Return LBC_SHROUD for shrouded objects. */
660+
* TheSuperHackers @tweak Stubbjax 05/09/2025 Return LBC_SHROUD for shrouded objects near the
661+
* edge of the shroud so that players cannot use this info to determine whether they exist. */
661662
//-------------------------------------------------------------------------------------------------
662663
Bool BuildAssistant::isLocationClearOfObjects( const Coord3D *worldPos,
663664
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
@@ -657,7 +657,8 @@ void BuildAssistant::iterateFootprint( const ThingTemplate *build,
657657

658658
//-------------------------------------------------------------------------------------------------
659659
/** Check for objects preventing building at this location.
660-
* TheSuperHackers @tweak Stubbjax 05/09/2025 Return LBC_SHROUD for shrouded objects. */
660+
* TheSuperHackers @tweak Stubbjax 05/09/2025 Return LBC_SHROUD for shrouded objects near the
661+
* edge of the shroud so that players cannot use this info to determine whether they exist. */
661662
//-------------------------------------------------------------------------------------------------
662663
LegalBuildCode BuildAssistant::isLocationClearOfObjects( const Coord3D *worldPos,
663664
const ThingTemplate *build,

0 commit comments

Comments
 (0)