mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Call game_load_init() in multilaunch test
This commit is contained in:
@@ -30,6 +30,7 @@ TEST(MultiLaunchTest, all)
|
||||
ASSERT_TRUE(initialised);
|
||||
|
||||
game_load_sv6_path(path.c_str());
|
||||
game_load_init();
|
||||
|
||||
// Check ride count to check load was successful
|
||||
ASSERT_EQ(gRideCount, 134);
|
||||
|
||||
Reference in New Issue
Block a user