mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-30 02:05:13 +01:00
Close #11437: Migrate old platform methods
This commit is contained in:
committed by
GitHub
parent
b424682934
commit
5edc561715
@@ -29,7 +29,7 @@
|
||||
#include <openrct2/network/network.h>
|
||||
#include <openrct2/object/ObjectManager.h>
|
||||
#include <openrct2/park/ParkFile.h>
|
||||
#include <openrct2/platform/platform.h>
|
||||
#include <openrct2/platform/Platform.h>
|
||||
#include <openrct2/ride/Ride.h>
|
||||
#include <openrct2/scenario/Scenario.h>
|
||||
#include <openrct2/world/MapAnimation.h>
|
||||
@@ -187,7 +187,7 @@ TEST(S6ImportExportBasic, all)
|
||||
gOpenRCT2Headless = true;
|
||||
gOpenRCT2NoGraphics = true;
|
||||
|
||||
core_init();
|
||||
Platform::CoreInit();
|
||||
|
||||
MemoryStream importBuffer;
|
||||
MemoryStream exportBuffer;
|
||||
@@ -233,7 +233,7 @@ TEST(S6ImportExportAdvanceTicks, all)
|
||||
gOpenRCT2Headless = true;
|
||||
gOpenRCT2NoGraphics = true;
|
||||
|
||||
core_init();
|
||||
Platform::CoreInit();
|
||||
|
||||
MemoryStream importBuffer;
|
||||
MemoryStream exportBuffer;
|
||||
|
||||
Reference in New Issue
Block a user