mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-10 16:19:59 +00:00
minor fixups (Entity::revive() and some skeletal stuff)
This commit is contained in:
parent
3dbc92b16e
commit
76c31f8147
4 changed files with 9 additions and 8 deletions
|
@ -812,7 +812,7 @@ void Entity::heal(float a, int type)
|
|||
}
|
||||
}
|
||||
|
||||
void Entity::revive(int a)
|
||||
void Entity::revive(float a)
|
||||
{
|
||||
entityDead = false;
|
||||
health = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue