mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-22 07:13:07 +01:00
Use IPlatformEnvironment for loading g1.dat
This commit is contained in:
@@ -264,7 +264,7 @@ namespace OpenRCT2
|
||||
private:
|
||||
bool LoadBaseGraphics()
|
||||
{
|
||||
if (!gfx_load_g1())
|
||||
if (!gfx_load_g1(_env))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user