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(). --- field.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'field.h') diff --git a/field.h b/field.h index 56921d6..4f84dc6 100644 --- a/field.h +++ b/field.h @@ -67,4 +67,6 @@ void clear_energizer(game_space field, struct coordinates point); int is_equal_points(struct coordinates first_point, struct coordinates second_point); +void clear_field(game_space field); + #endif -- cgit v1.2.3