back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/pac.c
diff options
context:
space:
mode:
Diffstat (limited to 'pac.c')
-rw-r--r--pac.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pac.c b/pac.c
index a3cae71..6579e14 100644
--- a/pac.c
+++ b/pac.c
@@ -14,8 +14,7 @@ void initialize_pac(struct pacman *pac)
static enum movement_direction get_matching_for_directions(game_space field,
struct pacman *pac,
- enum movement_direction
- direction)
+ enum movement_direction direction)
{
struct free_directions free_paths =
find_free_directions(field, pac->position.x, pac->position.y);