mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Minor fix.
This commit is contained in:
parent
9a1460c2e0
commit
47740cd683
@ -2044,8 +2044,10 @@ void CBattleInterface::mouseMoved(const SDL_MouseMotionEvent &sEvent)
|
||||
if (curInt->cb->battleCanCastThisSpell(spell, THex(myNumber)) == SpellCasting::OK)
|
||||
{
|
||||
if (spell->positiveness > -1 && ourStack || spell->positiveness < 1 && !ourStack)
|
||||
CCS->curh->changeGraphic(3, 0);
|
||||
stackCastsSpell = true;
|
||||
{
|
||||
CCS->curh->changeGraphic(3, 0);
|
||||
stackCastsSpell = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (ourStack) //must have only random positive spell (genie)
|
||||
@ -2066,7 +2068,7 @@ void CBattleInterface::mouseMoved(const SDL_MouseMotionEvent &sEvent)
|
||||
{
|
||||
if (shere->alive())
|
||||
{
|
||||
if (!stackCastsSpell) //use other abilities of display info
|
||||
if (!stackCastsSpell) //use other abilities or display info
|
||||
{
|
||||
if(sactive->hasBonusOfType(Bonus::HEALER))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user