Skip to content

Commit 08391ca

Browse files
committed
docs: Add tweak comment
1 parent b417749 commit 08391ca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Generals/Code/GameEngine/Source/GameClient/GUI/ControlBar/ControlBarObserver.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ static NameKeyType buttonCancelID = NAMEKEY_INVALID;
8989

9090
static GameWindow *winFlag = NULL;
9191
static GameWindow *winGeneralPortrait = NULL;
92+
// TheSuperHackers @tweak Allow idle worker selection for observers.
9293
static GameWindow *buttonIdleWorker = NULL;
9394
static GameWindow *staticTextNumberOfUnits = NULL;
9495
static GameWindow *staticTextNumberOfBuildings = NULL;

GeneralsMD/Code/GameEngine/Source/GameClient/GUI/ControlBar/ControlBarObserver.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ static NameKeyType buttonCancelID = NAMEKEY_INVALID;
8989

9090
static GameWindow *winFlag = NULL;
9191
static GameWindow *winGeneralPortrait = NULL;
92+
// TheSuperHackers @tweak Allow idle worker selection for observers.
9293
static GameWindow *buttonIdleWorker = NULL;
9394
static GameWindow *staticTextNumberOfUnits = NULL;
9495
static GameWindow *staticTextNumberOfBuildings = NULL;

0 commit comments

Comments
 (0)