mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-02 19:56:13 +01:00
Add new .park save format
Co-authored-by: Gymnasiast <Gymnasiast@users.noreply.github.com> Co-authored-by: duncanspumpkin <duncanspumpkin@users.noreply.github.com> Co-authored-by: ZehMatt <Zehmatt@users.noreply.github.com> Co-authored-by: Broxzier <Broxzier@users.noreply.github.com>
This commit is contained in:
@@ -50,7 +50,7 @@ static std::vector<ReplayTestData> GetReplayFiles()
|
||||
std::vector<ReplayTestData> res;
|
||||
std::string basePath = TestData::GetBasePath();
|
||||
std::string replayPath = Path::Combine(basePath, "replays");
|
||||
std::string replayPathPattern = Path::Combine(replayPath, "*.sv6r");
|
||||
std::string replayPathPattern = Path::Combine(replayPath, "*.parkrep");
|
||||
std::vector<std::string> files;
|
||||
|
||||
auto scanner = Path::ScanDirectory(replayPathPattern, true);
|
||||
|
||||
Reference in New Issue
Block a user