mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-15 01:24:45 +02:00
Missing part of fix for #871.
This commit is contained in:
@ -1052,7 +1052,7 @@ void CBattleInterface::mouseMoved(const SDL_MouseMotionEvent &sEvent)
|
|||||||
console->alterText (consoleMsg);
|
console->alterText (consoleMsg);
|
||||||
console->whoSetAlter = 0;
|
console->whoSetAlter = 0;
|
||||||
}
|
}
|
||||||
else if (isTileAttackable(myNumber)) //available enemy (melee attackable)
|
else if (shere->alive() && isTileAttackable(myNumber)) //available enemy (melee attackable)
|
||||||
{
|
{
|
||||||
//handle direction of cursor and attackable tile
|
//handle direction of cursor and attackable tile
|
||||||
setBattleCursor(myNumber);
|
setBattleCursor(myNumber);
|
||||||
|
Reference in New Issue
Block a user