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 --- titlestate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'titlestate.h') diff --git a/titlestate.h b/titlestate.h index 9056626..6519ecf 100644 --- a/titlestate.h +++ b/titlestate.h @@ -4,7 +4,7 @@ class TitleState : public State { public: TitleState(); - void input(SDLKey key); + void input(SDL_keysym key); void render(SDL_Surface* screen); private: -- cgit 1.4.1