diff --git a/HighRollerClassic/DataStructures/Settings.cs b/HighRollerClassic/DataStructures/Settings.cs index 3482a9e..dd96d7d 100644 --- a/HighRollerClassic/DataStructures/Settings.cs +++ b/HighRollerClassic/DataStructures/Settings.cs @@ -12,7 +12,7 @@ public struct Settings /// /// Maximum bet that will be allowed to set /// - private uint max_bet; + private uint maxBet; /// /// How much the bet will change when user adjusts their bet via +/- keys