mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 13:03:11 +01:00
Rename members of ObjectError
This commit is contained in:
@@ -42,7 +42,7 @@ namespace OpenRCT2
|
||||
// Validate properties
|
||||
if (_legacyType.price <= 0.00_GBP)
|
||||
{
|
||||
context->LogError(ObjectError::InvalidProperty, "Price can not be free or negative.");
|
||||
context->LogError(ObjectError::invalidProperty, "Price can not be free or negative.");
|
||||
}
|
||||
|
||||
// Add path additions to 'Signs and items for footpaths' group, rather than lumping them in the Miscellaneous tab.
|
||||
|
||||
Reference in New Issue
Block a user