From 29afbdf8e26f741ac1d090f2e7704093253f17fc Mon Sep 17 00:00:00 2001 From: scratko Date: Thu, 18 Apr 2024 20:05:03 +0300 Subject: Release version --- pac.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'pac.c') diff --git a/pac.c b/pac.c index 2aac83c..d3aa96c 100644 --- a/pac.c +++ b/pac.c @@ -141,11 +141,4 @@ void catch_pac(struct pacman *pac) --pac->lives; erase_life(pac->lives); pac->direction = none; -#if 0 - if(pac->lives >= 0) { - pac->position.y = pac_y; - pac->position.x = pac_x; - pac->direction = none; - } -#endif } -- cgit v1.2.3