1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

* implemented #1111

This commit is contained in:
mateuszb 2012-09-30 12:19:14 +00:00
parent 49c5f70551
commit 099e6bf776

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;
}