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