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 637c29c7a..7ff997809 100644 --- a/src/game.h +++ b/src/game.h @@ -78,7 +78,7 @@ class Game void handleInput(); - void handleMoveAndAttack(); + void handleMove(); void handleActive(SDL_Event &event); |