back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/pac.c
diff options
context:
space:
mode:
Diffstat (limited to 'pac.c')
-rw-r--r--pac.c7
1 files changed, 0 insertions, 7 deletions
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
}