rtm516 reaches enlightenment

This commit is contained in:
Xenovyy 2026-03-17 18:41:44 -04:00
parent 51b59feeb9
commit 39ef911dde

View file

@ -96,7 +96,7 @@ void UIControl_Slider::handleSliderMove(int newValue)
if (newValue % 10 == 0) {
ui.PlayUISFX(eSFX_Scroll);
m_current = newValue;
} else if (valueCount < 18) {
} else if (valueCount < 20) {
ui.PlayUISFX(eSFX_Scroll);
m_current = newValue;
}