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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user