]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectSpell.cpp
added escape title frame, text, and font
[l2e.git] / src / battle / states / SelectSpell.cpp
index 62e7c4619c4646eaaf81be6f679d84c7b11a8824..56f750fd6d17d3f0f326fe0ffeb43e99f1739a6d 100644 (file)
@@ -51,7 +51,7 @@ void SelectSpell::Resize(int width, int height) {
 }
 
 
-void SelectSpell::HandleInput(const Input &input) {
+void SelectSpell::HandleEvents(const Input &input) {
        if (input.JustPressed(Input::ACTION_A)) {
                if (battle->GetSpellMenu().SelectedIsEnabled()) {
                        const Spell *spell(battle->GetSpellMenu().Selected());