mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 01:35:06 +01:00
Replace occurrences of OpenRCT with OpenRCT2 (#11898)
This commit is contained in:
committed by
GitHub
parent
22d099d6bd
commit
e83b86df4d
@@ -81,7 +81,7 @@ namespace Platform
|
||||
std::string GetInstallPath()
|
||||
{
|
||||
// 1. Try command line argument
|
||||
auto path = std::string(gCustomOpenrctDataPath);
|
||||
auto path = std::string(gCustomOpenRCT2DataPath);
|
||||
if (!path.empty())
|
||||
{
|
||||
return Path::GetAbsolute(path);
|
||||
|
||||
Reference in New Issue
Block a user