1
0
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:
Michał Janiszewski
2017-08-02 11:07:16 +02:00
parent c3dd3f193f
commit 01271f68d8

View File

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