From: Matthias Braun Date: Fri, 30 Apr 2004 15:07:51 +0000 (+0000) Subject: TODO update X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=367a178f97e1a5ee5aa83e94042fb0e10feefee4;p=supertux.git TODO update SVN-Revision: 869 --- 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. +