~smlavine/ascii-breakout

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] Fix switch fallthrough

Details
Message ID
<20220103111017.29360-1-yyp@disroot.org>
DKIM signature
missing
Download raw message
Patch: +1 -0
---
 main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main.c b/main.c
index 8e7fcba..8b99c20 100644
--- a/main.c
+++ b/main.c
@@ -519,6 +519,7 @@ play(int level, unsigned int *score, int *lives)
			case 'p':
			case 'P':
				isPaused = !isPaused;
				break;
			case 'j': // move the paddle left
			case 'J':
				if (!isPaused) {
-- 
2.34.1
Details
Message ID
<CGW4WH605ERE.1S6GEL96FIMKR@archlinux-x220>
In-Reply-To
<20220103111017.29360-1-yyp@disroot.org> (view parent)
DKIM signature
missing
Download raw message
Thank you, applied!

To git.sr.ht:~smlavine/ascii-breakout
   40fe993..40c0e67  master -> master
Reply to thread Export thread (mbox)