1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

Remove Platform::CoreInit

This commit is contained in:
ζeh Matt
2023-06-27 23:14:30 +03:00
parent 484523f82f
commit ac583569da
14 changed files with 0 additions and 24 deletions

View File

@@ -70,7 +70,6 @@ static void fixup_pointers(std::vector<RecordedPaintSession>& s)
static std::vector<RecordedPaintSession> extract_paint_session(std::string_view parkFileName)
{
Platform::CoreInit();
gOpenRCT2Headless = true;
auto context = OpenRCT2::CreateContext();
std::vector<RecordedPaintSession> sessions;