back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/pac.c
diff options
context:
space:
mode:
authorscratko <m@scratko.xyz>2024-04-18 20:05:03 +0300
committerscratko <m@scratko.xyz>2024-04-18 20:05:03 +0300
commit29afbdf8e26f741ac1d090f2e7704093253f17fc (patch)
tree453dff441936bf712aaa72d27b62f5ca5d0f1bbf /pac.c
parentef3844bf2128fa82f20c5995d1fca66fadba2ce3 (diff)
downloadpacman-29afbdf8e26f741ac1d090f2e7704093253f17fc.tar.gz
pacman-29afbdf8e26f741ac1d090f2e7704093253f17fc.tar.bz2
pacman-29afbdf8e26f741ac1d090f2e7704093253f17fc.zip
Release version
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
}