mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 11:33:03 +01:00
Remove change merged to develop
This commit is contained in:
@@ -1513,14 +1513,6 @@ private:
|
||||
}));
|
||||
LoadObjects(ObjectType::ParkEntrance, std::vector<const char*>({ "PKENT1 " }));
|
||||
LoadObjects(ObjectType::Water, _waterEntry);
|
||||
LoadObjects(
|
||||
ObjectType::TerrainSurface,
|
||||
std::vector<const char*>({
|
||||
"#RCT1SRR",
|
||||
"#RCT1SWO",
|
||||
"#RCT1SRU",
|
||||
"#RCT1SRG",
|
||||
}));
|
||||
}
|
||||
|
||||
void LoadObjects(ObjectType objectType, const EntryList& entries)
|
||||
|
||||
Reference in New Issue
Block a user