mirror of
https://github.com/lov3b/Pong.git
synced 2025-01-18 12:40:12 +01:00
Raise min max score from 0 to 1
This commit is contained in:
parent
16fd13d2ef
commit
8ddcd197a3
@ -28,7 +28,7 @@ void ScrollOptionScreen::handleEvent(SDL_Event &event) {
|
||||
case SDLK_s:
|
||||
[[fallthrough]];
|
||||
case SDLK_DOWN:
|
||||
if (counter > 0) {
|
||||
if (counter > 1) {
|
||||
counter--;
|
||||
shouldUpdate = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user