1
0
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:
Gymnasiast
2021-03-27 16:54:14 +01:00
committed by Ted John
parent 9a0db38cbb
commit 2ea6a81ca4

View File

@@ -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)