mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-19 05:52:27 +01:00
Rename DIRID and its members
This commit is contained in:
@@ -414,7 +414,7 @@ namespace OpenRCT2
|
||||
if (res != cmpData.spriteChanges.end())
|
||||
{
|
||||
std::string outputPath = GetContext()->GetPlatformEnvironment()->GetDirectoryPath(
|
||||
DirBase::user, DIRID::LOG_DESYNCS);
|
||||
DirBase::user, DirId::desyncLogs);
|
||||
char uniqueFileName[128] = {};
|
||||
snprintf(uniqueFileName, sizeof(uniqueFileName), "replay_desync_%u.txt", currentTicks);
|
||||
|
||||
@@ -624,7 +624,8 @@ namespace OpenRCT2
|
||||
fileName += ".parkrep";
|
||||
}
|
||||
|
||||
std::string outPath = GetContext()->GetPlatformEnvironment()->GetDirectoryPath(DirBase::user, DIRID::REPLAY);
|
||||
std::string outPath = GetContext()->GetPlatformEnvironment()->GetDirectoryPath(
|
||||
DirBase::user, DirId::replayRecordings);
|
||||
std::string outFile = Path::Combine(outPath, fileName);
|
||||
|
||||
bool loaded = false;
|
||||
|
||||
Reference in New Issue
Block a user