Skip to content

Commit 0219e05

Browse files
committed
ScenarioActivityConfigGUI - change initializer from "{ false }" to "{}"
1 parent 1d64a27 commit 0219e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Menus/ScenarioActivityConfigGUI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ namespace RTE {
7070
Scene* m_SelectedScene; //!< The Scene the selected Activity will be using.
7171
int m_LockedCPUTeam = Activity::Teams::NoTeam; //!< Which team the CPU is locked to, if any.
7272

73-
bool m_StartingGoldAdjustedManually { false }; //!< Whether the player adjusted the starting gold, meaning it should stop automatically adjusting to the difficulty setting default starting gold where applicable.
73+
bool m_StartingGoldAdjustedManually {}; //!< Whether the player adjusted the starting gold, meaning it should stop automatically adjusting to the difficulty setting default starting gold where applicable.
7474

7575
Timer m_StartGameButtonBlinkTimer; //!< Timer for blinking the start game button.
7676

0 commit comments

Comments
 (0)