JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
surf_screen and t_frame are globals; stopped passing them as arguments.
[vor.git] / score.c
diff --git a/score.c b/score.c
index 6823b57..b9c666e 100644 (file)
--- a/score.c
+++ b/score.c
@@ -157,7 +157,7 @@ show_score(void)
 }
 
 void
-display_scores(SDL_Surface *s, uint32_t x, uint32_t y)
+display_scores(uint32_t x, uint32_t y)
 {
        char t[1024];
        int i,h = font_height();