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

Replace load_from_sv6() and load_from_sc6()

This commit is contained in:
Gymnasiast
2022-10-08 19:27:47 +02:00
parent d5f6a5b285
commit 830fedb6b8
9 changed files with 7 additions and 95 deletions

View File

@@ -38,7 +38,7 @@ public:
ASSERT_TRUE(initialised);
std::string parkPath = TestData::GetParkPath("pathfinding-tests.sv6");
load_from_sv6(parkPath.c_str());
GetContext()->LoadParkFromFile(parkPath);
game_load_init();
}