1
0
Fork 0
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:
fgenesis 2013-02-03 16:13:07 +01:00
parent 3dbc92b16e
commit 76c31f8147
4 changed files with 9 additions and 8 deletions

View file

@ -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;