mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 17:24:47 +01:00
Use correct language for scan-objects
This commit is contained in:
@@ -143,7 +143,7 @@ public:
|
||||
}
|
||||
|
||||
protected:
|
||||
std::tuple<bool, scenario_index_entry> Create(const std::string &path) const override
|
||||
std::tuple<bool, scenario_index_entry> Create(sint32, const std::string &path) const override
|
||||
{
|
||||
scenario_index_entry entry;
|
||||
auto timestamp = File::GetLastModified(path);
|
||||
|
||||
Reference in New Issue
Block a user