From 367a178f97e1a5ee5aa83e94042fb0e10feefee4 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 30 Apr 2004 15:07:51 +0000 Subject: [PATCH] TODO update SVN-Revision: 869 --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index c598d5143..8911c25fd 100644 --- a/TODO +++ b/TODO @@ -24,3 +24,8 @@ These are mostly bugs: with only 1 tile space above it - when jumping into the exit with a star, the endgame music will change back to levelmusic after a short time +- the can_jump flag should be based on a time instead of the 2 tiles check. + Since the 2 tiles flag won't help when you're jumping over a hole. Better use + a timer that is started when up is pressed, when you then land and the timer + is below a certain time, you can do the jump. + -- 2.11.0