mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-01 11:15:13 +01:00
Rename PATHID and its members
This commit is contained in:
@@ -1573,7 +1573,7 @@ void ScriptEngine::LoadSharedStorage()
|
||||
{
|
||||
InitSharedStorage();
|
||||
|
||||
auto path = _env.GetFilePath(PATHID::PLUGIN_STORE);
|
||||
auto path = _env.GetFilePath(PathId::pluginStore);
|
||||
try
|
||||
{
|
||||
if (File::Exists(path))
|
||||
@@ -1595,7 +1595,7 @@ void ScriptEngine::LoadSharedStorage()
|
||||
|
||||
void ScriptEngine::SaveSharedStorage()
|
||||
{
|
||||
auto path = _env.GetFilePath(PATHID::PLUGIN_STORE);
|
||||
auto path = _env.GetFilePath(PathId::pluginStore);
|
||||
try
|
||||
{
|
||||
_sharedStorage.push();
|
||||
|
||||
Reference in New Issue
Block a user