mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 20:43:04 +01:00
Replace Macros and Notation in Cheats.h, common.h and Context.h. (#21437)
This commit is contained in:
@@ -1186,7 +1186,7 @@ DukValue ScriptEngine::GameActionResultToDuk(const GameAction& action, const Gam
|
||||
obj.Set("errorMessage", result.GetErrorMessage());
|
||||
}
|
||||
|
||||
if (result.Cost != MONEY64_UNDEFINED)
|
||||
if (result.Cost != kMoney64Undefined)
|
||||
{
|
||||
obj.Set("cost", result.Cost);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user