From e42ac35110b1819bf9762fbb4504ab920a17e207 Mon Sep 17 00:00:00 2001 From: scratko Date: Mon, 15 Apr 2024 20:40:14 +0300 Subject: Game over and restart Game over screen. Corrected coordinates in is_liberation_zone(). The capture of pacman. Changed the function name from caughting_stage() to catching_stage(). --- pac.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pac.h') diff --git a/pac.h b/pac.h index ccee0e3..29e83a1 100644 --- a/pac.h +++ b/pac.h @@ -28,4 +28,6 @@ struct queue; void make_pac_move(game_space field, struct pacman *pac, struct queue *eaten_coins); +void catch_pac(struct pacman *pac); + #endif -- cgit v1.2.3