mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 20:13:07 +01:00
Default initialize ErrorMessageArgs in GameAction Result
This commit is contained in:
@@ -126,7 +126,7 @@ namespace GameActions
|
||||
GameActions::Status Error = GameActions::Status::Ok;
|
||||
StringVariant ErrorTitle;
|
||||
StringVariant ErrorMessage;
|
||||
std::array<uint8_t, 32> ErrorMessageArgs;
|
||||
std::array<uint8_t, 32> ErrorMessageArgs{};
|
||||
CoordsXYZ Position = { LOCATION_NULL, LOCATION_NULL, LOCATION_NULL };
|
||||
money32 Cost = 0;
|
||||
ExpenditureType Expenditure = ExpenditureType::Count;
|
||||
|
||||
Reference in New Issue
Block a user