Skip to content

Commit 924bdb3

Browse files
committed
Removed parentheses.
1 parent 44268b7 commit 924bdb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GeneralsMD/Code/GameEngine/Source/GameClient/InGameUI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,7 @@ void InGameUI::handleBuildPlacements( void )
16181618
Coord3D world;
16191619

16201620
// TheSuperHackers @tweak Caball009 09/02/2026 Use force attack to get the latest building orientation from placement anchoring for convenience.
1621-
Real angle = (isInForceAttackMode()) ? m_placeAnchorOrientation : m_placeIcon[ 0 ]->getOrientation();
1621+
Real angle = isInForceAttackMode() ? m_placeAnchorOrientation : m_placeIcon[ 0 ]->getOrientation();
16221622

16231623
// update the angle of the icon to match any placement angle and pick the
16241624
// location the icon will be at (anchored is the start, otherwise it's the mouse)

0 commit comments

Comments
 (0)