diff pytouhou/games/eosd.py @ 233:067f6d9c562b

Fix replay handling a bit
author Thibaut Girka <thib@sitedethib.com>
date Sat, 31 Dec 2011 02:50:04 +0100
parents 8843e26f80c3
children e59bd7979ddc
line wrap: on
line diff
--- a/pytouhou/games/eosd.py
+++ b/pytouhou/games/eosd.py
@@ -150,7 +150,7 @@ class EoSDPlayer(Player):
                                      shot.sprite % 256 + 32, #TODO: find the real cancel anim
                                      0, 0, 0, 0.)
             if shot.type == 2:
-                #TODO: check acceleration, check duration, check everything!
+                #TODO: triple-check acceleration!
                 bullets.append(Bullet((x, y), bullet_type, 0,
                                       shot.angle, shot.speed,
                                       (-1, 0, 0, 0, 0.15, -pi/2., 0., 0.),