1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Small changes after review.

This commit is contained in:
krs
2023-06-23 20:05:15 +03:00
parent afe0146021
commit 27c488e62f
3 changed files with 7 additions and 7 deletions

View File

@@ -609,7 +609,7 @@ uint8_t CUnitState::getRangedFullDamageDistance() const
return rangedFullDamageDistance;
}
uint8_t CUnitState::getSootingRangeDistance() const
uint8_t CUnitState::getShootingRangeDistance() const
{
if(!isShooter())
return 0;