mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 17:24:47 +01:00
Fix #14093: Replace MONEY macro with user defined literal
This commit is contained in:
@@ -152,7 +152,7 @@ TileElement* FootpathRemoveAction::GetFootpathElement() const
|
||||
|
||||
money32 FootpathRemoveAction::GetRefundPrice(TileElement* footpathElement) const
|
||||
{
|
||||
money32 cost = -MONEY(10, 00);
|
||||
money32 cost = -10.00_GBP;
|
||||
return cost;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user