Rename 'resetInput' to 'resetInputStates'

This commit is contained in:
Jonas Kulla 2013-09-04 12:10:21 +02:00
parent d0fa2dd37a
commit a75dea3ffe
2 changed files with 5 additions and 5 deletions

View file

@ -77,7 +77,7 @@ public:
void showMessageBox(const char *body, int flags = 0);
private:
void resetInput();
void resetInputStates();
void setFullscreen(SDL_Window *, bool mode);
bool fullscreen;
volatile bool msgBoxDone;