aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_key_loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_key_loop.c')
-rw-r--r--src/ft_key_loop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_key_loop.c b/src/ft_key_loop.c
index a59a80c..281c81e 100644
--- a/src/ft_key_loop.c
+++ b/src/ft_key_loop.c
@@ -32,7 +32,6 @@ int
ft_handle_keys(i, old_y, old_x, cl);
i++;
}
- /* TODO: Don't kill me so fast */
ft_check_bad_boy_shoot(cl);
cl->moves = (cl->key_input[0] == -1) ? (0) : (cl->moves);
begin_frame = clock();