ft2-clone

Fasttracker 2 clone
Log | Files | Refs | README | LICENSE

commit e669b5deb8afcfa6e613e5544bf9e1010d1086f1
parent 28afa0b69e88eb2fb9971338896d0a78e88e3977
Author: Olav Sørensen <olav.sorensen@live.no>
Date:   Sun,  3 Nov 2024 19:28:59 +0100

Renamed a constant

Diffstat:
Msrc/ft2_nibbles.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ft2_nibbles.c b/src/ft2_nibbles.c @@ -780,7 +780,7 @@ void showNibblesScreen(void) case 0: radioButtons[RB_NIBBLES_NOVICE].state = RADIOBUTTON_CHECKED; break; case 1: radioButtons[RB_NIBBLES_AVERAGE].state = RADIOBUTTON_CHECKED; break; case 2: radioButtons[RB_NIBBLES_PRO].state = RADIOBUTTON_CHECKED; break; - case 3: radioButtons[RB_NIBBLES_MANIAC].state = RADIOBUTTON_CHECKED; break; + case 3: radioButtons[RB_NIBBLES_TRITON].state = RADIOBUTTON_CHECKED; break; } showRadioButtonGroup(RB_GROUP_NIBBLES_DIFFICULTY); } @@ -910,7 +910,7 @@ void nibblesSetPro(void) void nibblesSetTriton(void) { config.NI_Speed = 3; - checkRadioButton(RB_NIBBLES_MANIAC); + checkRadioButton(RB_NIBBLES_TRITON); } // CHECK BOXES