diff options
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game.h b/src/game.h index 08349cdaa..023796290 100644 --- a/src/game.h +++ b/src/game.h @@ -107,12 +107,12 @@ class Game final static void closeDialogs(); - void videoResized(const int width, const int height) const; + static void videoResized(const int width, const int height); bool getValidSpeed() const A_WARN_UNUSED { return mValidSpeed; } - void moveInDirection(const unsigned char direction); + static void moveInDirection(const unsigned char direction); static bool createScreenshot(); |