1
0
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:
Gymnasiast
2025-10-07 22:01:22 +02:00
parent e045126fe3
commit 26b02d9126
13 changed files with 37 additions and 37 deletions

View File

@@ -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.