This commit is contained in:
titiger 2015-12-10 01:28:09 +01:00
parent a5a1e2b717
commit 01673dbb39

View File

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