diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-27 22:48:25 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-27 22:48:25 +0200 |
commit | 9c24dd6fbe505a9fbfe810470ce6f2a48613f360 (patch) | |
tree | 41b6e737d62a4beda2311a12a374e8dcdb734cbb /src | |
parent | 2c98e2d10f709b14c750fcaac9e6417f923777ee (diff) |
a
Diffstat (limited to 'src')
-rw-r--r-- | src/character.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.cpp b/src/character.cpp index 4812c1f6..7934d1b3 100644 --- a/src/character.cpp +++ b/src/character.cpp @@ -212,7 +212,7 @@ character::character(object_id id, struct chunk& c, const character_proto& proto if (!atlas) atlas = loader.anim_atlas("npc-walk", loader.ANIM_PATH); fm_soft_assert(atlas->check_rotation(r)); - entity::set_bbox_(offset, bbox_offset, Vector2ub(iTILE_SIZE2/2), pass); + entity::set_bbox_(offset, bbox_offset, Vector2ub(iTILE_SIZE2/4), pass); } } // namespace floormat |