1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00

Format code

This commit is contained in:
Vadim Markovtsev
2016-10-12 17:16:26 +02:00
parent 516d938f7a
commit 76ac9991ed
4 changed files with 730 additions and 728 deletions

View File

@ -1010,7 +1010,7 @@ const CGHeroInstance * CStack::getMyHero() const
return nullptr;
}
ui32 CStack::totalHelth() const
ui32 CStack::totalHealth() const
{
return (MaxHealth() * (count-1)) + firstHPleft;
}