You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/Menus/ScenarioActivityConfigGUI.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ namespace RTE {
70
70
Scene* m_SelectedScene; //!< The Scene the selected Activity will be using.
71
71
int m_LockedCPUTeam = Activity::Teams::NoTeam; //!< Which team the CPU is locked to, if any.
72
72
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.
74
74
75
75
Timer m_StartGameButtonBlinkTimer; //!< Timer for blinking the start game button.
0 commit comments