ref: e669b5deb8afcfa6e613e5544bf9e1010d1086f1
parent: 28afa0b69e88eb2fb9971338896d0a78e88e3977
author: Olav Sørensen <olav.sorensen@live.no>
date: Sun Nov 3 14:29:26 EST 2024
Renamed a constant
--- a/src/ft2_nibbles.c
+++ b/src/ft2_nibbles.c
@@ -780,7 +780,7 @@
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 nibblesSetTriton(void)
{
config.NI_Speed = 3;
- checkRadioButton(RB_NIBBLES_MANIAC);
+ checkRadioButton(RB_NIBBLES_TRITON);
}
// CHECK BOXES
--
⑨