1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-23 00:28:08 +02:00

Shoot spell projectile from creature

This commit is contained in:
AlexVinS
2014-11-27 21:06:11 +03:00
parent 657385e32c
commit 04202eb030
2 changed files with 20 additions and 18 deletions

View File

@ -537,7 +537,7 @@ Point CClickableHex::getXYUnitAnim(BattleHex hexNum, const CStack * stack, CBatt
}
}
//returning
return ret +CPlayerInterface::battleInt->pos;
return ret + CPlayerInterface::battleInt->pos;
}
void CClickableHex::hover(bool on)