TODO update
authorMatthias Braun <matze@braunis.de>
Fri, 30 Apr 2004 15:07:51 +0000 (15:07 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 30 Apr 2004 15:07:51 +0000 (15:07 +0000)
SVN-Revision: 869

TODO

diff --git a/TODO b/TODO
index c598d51..8911c25 100644 (file)
--- 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.
+