mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Refactor game load functions, resolves #6011
This commit is contained in:
committed by
Michael Steenbeek
parent
9aeca18026
commit
71e580a58f
@@ -30,7 +30,7 @@ TEST(MultiLaunchTest, all)
|
||||
bool initialised = context->Initialise();
|
||||
ASSERT_TRUE(initialised);
|
||||
|
||||
ParkLoadResult * plr = game_load_sv6_path(path.c_str());
|
||||
ParkLoadResult * plr = load_from_sv6(path.c_str());
|
||||
|
||||
ASSERT_EQ(ParkLoadResult_GetError(plr), PARK_LOAD_ERROR_OK);
|
||||
ParkLoadResult_Delete(plr);
|
||||
|
||||
Reference in New Issue
Block a user