diff options
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.h b/src/game.h index 1d7c6821f..34d6d5107 100644 --- a/src/game.h +++ b/src/game.h @@ -124,11 +124,11 @@ class Game final static bool saveScreenshot(SDL_Surface *const screenshot); - private: void updateHistory(const SDL_Event &event); void checkKeys(); + private: void clearKeysArray(); Map *mCurrentMap; |