From e186db6fb0e00201011556b36c100664369a4cf3 Mon Sep 17 00:00:00 2001 From: Marto Date: Sat, 27 Dec 2025 00:43:00 +0100 Subject: [PATCH] variable rename --- HighRollerClassic/DataStructures/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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