mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
* implemented #1111
This commit is contained in:
parent
49c5f70551
commit
099e6bf776
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user