summary refs log tree commit diff
path: root/sol.c
diff options
context:
space:
mode:
Diffstat (limited to 'sol.c')
-rw-r--r--sol.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sol.c b/sol.c
index cde7b2b..5c4df78 100644
--- a/sol.c
+++ b/sol.c
@@ -317,6 +317,11 @@ static bool keyDown(SDL_KeyboardEvent key) {
 			layout.backTexture += Cards_Back1;
 			return true;
 		}
+		case SDLK_d: {
+			game.draw = (game.draw == 1 ? 3 : 1);
+			gameDeal();
+			return true;
+		}
 		default: return false;
 	}
 }
e01a06225ef6&follow=1'>Add debian VM name to sshJune McEnroe 2020-09-11Add influencer tweetJune McEnroe 2020-09-10Add The Kingdom of GodsJune McEnroe 2020-09-07Add SunglassesJune McEnroe 2020-09-06Add Between the BreathsJune McEnroe 2020-09-04Open /dev/tty in nudgeJune McEnroe 2020-09-04Add nudgeJune McEnroe 2020-09-03Build fbclock with -lzJune McEnroe 2020-08-29Add tweets from retweetsJune McEnroe