Merge remote-tracking branch 'origin/master' into cmake

This commit is contained in:
Er2
2023-12-06 19:49:36 +03:00
72 changed files with 2111 additions and 323 deletions

View File

@@ -1068,6 +1068,13 @@ void Entity::lavaHurt()
}
}
int Entity::queryEntityRenderer()
{
// If field_C8 is equal to RENDER_DYNAMIC, EntityRenderDispatcher
// calls here. Used for sheared sheep.
return 0;
}
int Entity::hashCode()
{
return m_EntityID;