* implemented #1111

This commit is contained in:
mateuszb
2012-09-30 12:19:14 +00:00
parent 49c5f70551
commit 099e6bf776
+6
View File
@@ -544,6 +544,12 @@ void CSpellWindow::keyPressed(const SDL_KeyboardEvent & key)
selectSchool(schoolsOrder[index]);
break;
}
case SDLK_c:
fbattleSpellsb();
break;
case SDLK_a:
fadvSpellsb();
break;
default://to get rid of warnings
break;
}