1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Deal with compiler warnings

This commit is contained in:
sfan5 2022-04-28 20:53:15 +02:00
parent faecff570c
commit a89afe1229
12 changed files with 30 additions and 30 deletions

View file

@ -435,7 +435,7 @@ const v3f GenericCAO::getPosition() const
return m_position;
}
const bool GenericCAO::isImmortal()
bool GenericCAO::isImmortal() const
{
return itemgroup_get(getGroups(), "immortal");
}