mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Deal with compiler warnings
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user