From c027f1b9cd6c9deb60931a7f9f75bb4ee130291b Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 18 Oct 2009 15:24:07 -0400 Subject: Added local highscore list You can now view and add to a local highscore list. A change to State was necessary due to how the user's name would be entered into the highscore list and thus all states have been modified. Refs #104 --- gamestate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gamestate.h') diff --git a/gamestate.h b/gamestate.h index 7d9d798..d1b90ad 100644 --- a/gamestate.h +++ b/gamestate.h @@ -4,7 +4,7 @@ class GameState : public State { public: GameState(); - void input(SDLKey key); + void input(SDL_keysym key); void tick(); void render(SDL_Surface* screen); -- cgit 1.4.1