mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 07:14:31 +01:00
Enforce not breaking before assignments and function names
Co-authored-by: Hielke Morsink <hielke.morsink@gmail.com>
This commit is contained in:
committed by
Hielke Morsink
parent
9bfa8bdbe8
commit
95ce592579
@@ -215,8 +215,8 @@ namespace ObjectJsonHelpers
|
||||
return objectPath;
|
||||
}
|
||||
|
||||
static std::vector<rct_g1_element>
|
||||
LoadObjectImages(IReadObjectContext* context, const std::string& name, const std::vector<int32_t>& range)
|
||||
static std::vector<rct_g1_element> LoadObjectImages(
|
||||
IReadObjectContext* context, const std::string& name, const std::vector<int32_t>& range)
|
||||
{
|
||||
std::vector<rct_g1_element> result;
|
||||
auto objectPath = FindLegacyObject(name);
|
||||
|
||||
Reference in New Issue
Block a user