mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 10:21:57 -05:00
Extend multilaunch test to perform game_logic_updates
This commit is contained in:
parent
1d473fb9c6
commit
c3dd3f193f
1 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,11 @@ TEST(MultiLaunchTest, all)
|
|||
// Check ride count to check load was successful
|
||||
ASSERT_EQ(gRideCount, 134);
|
||||
|
||||
for (int j = 0; j < 10; j++)
|
||||
{
|
||||
game_logic_update();
|
||||
}
|
||||
|
||||
delete context;
|
||||
}
|
||||
SUCCEED();
|
||||
|
|
Loading…
Reference in a new issue