]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/SpellMenu.cpp
added menu cursor animations
[l2e.git] / src / menu / SpellMenu.cpp
index 5f125733a58c8dcd8496f19fb32b666121df4b16..0c7936595bd2e44525b3ad97c6ca7535619b3008 100644 (file)
@@ -45,7 +45,9 @@ void SpellMenu::OnEnterState(SDL_Surface *) {
        SDL_SetAlpha(highlight, SDL_SRCALPHA|SDL_RLEACCEL, 0x20);
 
        actionMenu.SetSelected();
+       actionMenu.StartAnimation(Ctrl());
        LoadSpells();
+       spellMenu.StartAnimation(Ctrl());
 }
 
 void SpellMenu::LoadSpells() {