1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Remove obsolete code in s4 importer

This commit is contained in:
ζeh Matt
2023-10-20 14:28:10 +03:00
parent 37bc7238e6
commit b43af1cf14

View File

@@ -2911,15 +2911,6 @@ namespace RCT1
}
dst->SetItemFlags(src->GetItemFlags());
if (dst->OutsideOfPark && dst->State != PeepState::LeavingPark)
{
IncrementGuestsHeadingForPark();
}
else
{
IncrementGuestsInPark();
}
}
template<> void S4Importer::ImportEntity<Staff>(const RCT12EntityBase& srcBase)