mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-15 01:24:45 +02:00
Format code
This commit is contained in:
@ -1010,7 +1010,7 @@ const CGHeroInstance * CStack::getMyHero() const
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
ui32 CStack::totalHelth() const
|
||||
ui32 CStack::totalHealth() const
|
||||
{
|
||||
return (MaxHealth() * (count-1)) + firstHPleft;
|
||||
}
|
||||
|
Reference in New Issue
Block a user