mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-01 19:25:12 +01:00
Replace load_from_sv6() and load_from_sc6()
This commit is contained in:
@@ -33,7 +33,7 @@ protected:
|
||||
bool initialised = _context->Initialise();
|
||||
ASSERT_TRUE(initialised);
|
||||
|
||||
load_from_sv6(parkPath.c_str());
|
||||
GetContext()->LoadParkFromFile(parkPath);
|
||||
game_load_init();
|
||||
|
||||
// Changed in some tests. Store to restore its value
|
||||
|
||||
Reference in New Issue
Block a user