1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 03:35:09 +01:00

Remove unnecessary OpenRCT2 qualifiers

This commit is contained in:
Aaron van Geffen
2025-08-31 15:31:19 +02:00
parent 6ea5959b2b
commit 58569d6d50
11 changed files with 37 additions and 37 deletions

View File

@@ -212,8 +212,8 @@ namespace OpenRCT2::Network
u8string NetworkUserManager::GetStorePath()
{
auto& env = OpenRCT2::GetContext()->GetPlatformEnvironment();
return Path::Combine(env.GetDirectoryPath(OpenRCT2::DirBase::user), kUserStoreFilename);
auto& env = GetContext()->GetPlatformEnvironment();
return Path::Combine(env.GetDirectoryPath(DirBase::user), kUserStoreFilename);
}
} // namespace OpenRCT2::Network