From 761462861fc1228e65546c4e0f877d5212320082 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sat, 13 Apr 2019 10:29:15 -0400 Subject: fix/improve windows support --- core/src/cetris.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src') diff --git a/core/src/cetris.c b/core/src/cetris.c index 8e8244b..cd7086b 100644 --- a/core/src/cetris.c +++ b/core/src/cetris.c @@ -232,7 +232,7 @@ void wipe_board(struct cetris_game* g) { /* MOVEMENT FUNCTIONS */ -void move_peice(struct cetris_game* g, input_t move) { +void move_piece(struct cetris_game* g, input_t move) { if (!g->held_moves[move]) { switch (move) { case LEFT: -- cgit v1.2.3-101-g0448