diff options
Diffstat (limited to 'src/character.hpp')
-rw-r--r-- | src/character.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.hpp b/src/character.hpp index 560640b9..db17131d 100644 --- a/src/character.hpp +++ b/src/character.hpp @@ -38,7 +38,7 @@ struct character final : entity private: int allocate_frame_time(float dt); - static Vector2 move_vec(int left_right, int top_bottom); + static Vector2 move_vec(Vector2i vec); friend struct world; character(object_id id, struct chunk& c, const character_proto& proto); |