mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-25 15:54:31 +01:00
Rename DIRBASE and its members
This commit is contained in:
@@ -118,7 +118,7 @@ static std::string ScreenshotGetParkName()
|
||||
static std::string ScreenshotGetDirectory()
|
||||
{
|
||||
auto env = GetContext()->GetPlatformEnvironment();
|
||||
return env->GetDirectoryPath(DIRBASE::USER, DIRID::SCREENSHOT);
|
||||
return env->GetDirectoryPath(DirBase::user, DIRID::SCREENSHOT);
|
||||
}
|
||||
|
||||
static std::pair<RealWorldDate, RealWorldTime> ScreenshotGetDateTime()
|
||||
|
||||
Reference in New Issue
Block a user