1
0
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:
Ted John
2017-07-11 20:54:21 +01:00
parent 33fd31d802
commit ac6da51dbb
3 changed files with 9 additions and 5 deletions

View File

@@ -264,7 +264,7 @@ namespace OpenRCT2
private:
bool LoadBaseGraphics()
{
if (!gfx_load_g1())
if (!gfx_load_g1(_env))
{
return false;
}