---
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