Set RailingsEntryIndex to null for good measure

This commit is contained in:
Michael Steenbeek 2021-09-08 13:39:11 +02:00 committed by GitHub
parent a9e0eeccc4
commit 3988261e8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1660,6 +1660,7 @@ const FootpathObject* PathElement::GetLegacyPathEntry() const
void PathElement::SetLegacyPathEntryIndex(ObjectEntryIndex newIndex)
{
SurfaceIndex = newIndex & ~FOOTPATH_ELEMENT_INSERT_QUEUE;
RailingsIndex = OBJECT_ENTRY_INDEX_NULL;
Flags2 |= FOOTPATH_ELEMENT_FLAGS2_LEGACY_PATH_ENTRY;
}