This commit is contained in:
titiger 2015-12-10 01:28:09 +01:00
parent a5a1e2b717
commit 01673dbb39
1 changed files with 1 additions and 0 deletions

View File

@ -651,6 +651,7 @@ void Gui::mouseDownDisplayUnitSkills(int posDisplay) {
if(ctype != NULL && ctype->getClass() == ccAttack) {
if(ctype != NULL && unit->getFaction()->reqsOk(ctype)) {
posDisplay=cmdTypeIdNext;
ct = display.getCommandType(posDisplay);
break;
}
}