mirror of
				https://github.com/lov3b/Pong.git
				synced 2025-11-04 07:10:16 +01:00 
			
		
		
		
	Raise min max score from 0 to 1
This commit is contained in:
		@@ -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;
 | 
			
		||||
                }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user