1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

* fix for bug 70

This commit is contained in:
mateuszb
2009-10-17 14:05:44 +00:00
parent f109c51f7f
commit 0ac3d9be83

View File

@@ -2445,10 +2445,14 @@ void CBattleInterface::hexLclicked(int whichOne)
}
}
if(attackFromHex >= 0) //we can be in this line when unreachable creature is L - clicked (as of revision 1308)
{
giveCommand(6, attackFromHex, activeStack, whichOne);
CGI->curh->changeGraphic(1, 6); //cursor should be changed
}
}
}
}
}