mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 00:34:46 +01:00
Replace Macros and Notation in Cheats.h, common.h and Context.h. (#21437)
This commit is contained in:
@@ -89,7 +89,7 @@ GameActions::Result ClearAction::QueryExecute(bool executing) const
|
||||
if (LocationValid({ x, y }) && MapCanClearAt({ x, y }))
|
||||
{
|
||||
auto cost = ClearSceneryFromTile({ x, y }, executing);
|
||||
if (cost != MONEY64_UNDEFINED)
|
||||
if (cost != kMoney64Undefined)
|
||||
{
|
||||
noValidTiles = false;
|
||||
totalCost += cost;
|
||||
|
||||
Reference in New Issue
Block a user