From: Daniel Karbach Date: Sat, 25 Aug 2012 17:47:29 +0000 (+0200) Subject: removed invalid TODO from spell selection X-Git-Url: http://git.localhorst.tv/?a=commitdiff_plain;h=8f62df5268be941f20198b4f9331dab58ff309ce;hp=93cd8cb0f16c1809d76faa33ed6f281a3276140b;p=l2e.git removed invalid TODO from spell selection no need to remove items when selecting a spell ^^ --- diff --git a/src/battle/states/SelectSpell.cpp b/src/battle/states/SelectSpell.cpp index 0c1dec4..df92733 100644 --- a/src/battle/states/SelectSpell.cpp +++ b/src/battle/states/SelectSpell.cpp @@ -63,7 +63,6 @@ void SelectSpell::HandleEvents(const Input &input) { } if (spell->GetTargetingMode().TargetsAll()) { ac.SetType(AttackChoice::MAGIC); - // TODO: remove item from inventory ac.SetSpell(spell); battle->NextHero(); ctrl->PopState();