X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Fwidgets.cpp;h=e35594d9f4a0e031b112591b1f73ded1915dd4e0;hb=30b2d1bc942b95e198902126143692c23ec4e611;hp=f27aafef559445bc4090208dc0a3a80625de33f4;hpb=51ec3a05a6238fad05a57d417638495c1839b694;p=quix0rs-blobwars.git diff --git a/src/widgets.cpp b/src/widgets.cpp index f27aafe..e35594d 100644 --- a/src/widgets.cpp +++ b/src/widgets.cpp @@ -131,7 +131,7 @@ void drawJoypadButtonOption(Widget *widget) // joysticks have a button 0 so we can't // do the same thing as the keyboard(!) - if (*widget->value <= -1000) + if (*widget->value < -2) { snprintf(text, sizeof text, "..."); }