Skip to content

Commit

Permalink
Fix typo in draw_weapon_anim
Browse files Browse the repository at this point in the history
Reported by GbDorn
  • Loading branch information
aquileia committed Mar 17, 2015
1 parent f032fc4 commit 3baf6d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/unit_animation.cpp
Expand Up @@ -757,8 +757,8 @@ void unit_animation::add_anims( std::vector<unit_animation> & animations, const
}
}

add_simple_anim(animations, cfg, "draw_weapon_anim", "draw_wepaon", display::LAYER_UNIT_MOVE_DEFAULT);
add_simple_anim(animations, cfg, "sheath_weapon_anim", "sheath_wepaon", display::LAYER_UNIT_MOVE_DEFAULT);
add_simple_anim(animations, cfg, "draw_weapon_anim", "draw_weapon", display::LAYER_UNIT_MOVE_DEFAULT);
add_simple_anim(animations, cfg, "sheath_weapon_anim", "sheath_weapon", display::LAYER_UNIT_MOVE_DEFAULT);

BOOST_FOREACH(const animation_branch &ab, prepare_animation(cfg, "attack_anim"))
{
Expand Down

0 comments on commit 3baf6d3

Please sign in to comment.