JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
surf_screen and t_frame are globals; stopped passing them as arguments.
[vor.git] / sprite.h
index 41ab8f2..c95db83 100644 (file)
--- a/sprite.h
+++ b/sprite.h
@@ -41,8 +41,8 @@ void collisions(void);
 void init_sprites(void);
 void reset_sprites(void);
 void add_sprite(Sprite *s);
-void move_sprite(Sprite *s, float ticks);
-void move_sprites(float ticks);
+void move_sprite(Sprite *s);
+void move_sprites(void);
 
 Sprite *collides(Sprite *s);
 Sprite * pixel_collides(float x, float y);