]> git.localhorst.tv Git - l2e.git/commitdiff
removed invalid TODO from spell selection
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 25 Aug 2012 17:47:29 +0000 (19:47 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 25 Aug 2012 17:47:29 +0000 (19:47 +0200)
no need to remove items when selecting a spell ^^

src/battle/states/SelectSpell.cpp

index 0c1dec4e0dd47ab47180119b679a722fc7047c1d..df9273355e2d7135ed5a9bdd3f8772fd9787b350 100644 (file)
@@ -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();