--- src/weapon/construct.cpp | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/weapon/construct.cpp b/src/weapon/construct.cpp index 49a7e4f..14a1689 100644 --- a/src/weapon/construct.cpp +++ b/src/weapon/construct.cpp @@ -143,6 +143,9 @@ void Construct::ChooseTarget(Point2i mouse_pos) return; } + construct_spr->SetRotation_rad(angle); + construct_spr->Draw(dst - construct_spr->GetSize() / 2); + target_chosen = true; Shoot(); } -- 1.6.0.4 _______________________________________________ Wormux-dev mailing list Wormux-dev@gna.org https://mail.gna.org/listinfo/wormux-dev