mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-25 07:44:38 +01:00
Replace uint8's with EnumValue
Replace uint8's with EnumValue Replace uint8's with EnumValue Revertl arge change Revert large change Format
This commit is contained in:
committed by
Harry Hopkinson
parent
ef9840f29b
commit
56df39dcb4
@@ -131,7 +131,7 @@ GameActions::Result RideSetStatusAction::Execute() const
|
||||
return res;
|
||||
}
|
||||
|
||||
res.ErrorTitle = _StatusErrorTitles[static_cast<uint8_t>(_status)];
|
||||
res.ErrorTitle = _StatusErrorTitles[EnumValue(_status)];
|
||||
|
||||
Formatter ft(res.ErrorMessageArgs.data());
|
||||
ft.Increment(6);
|
||||
|
||||
Reference in New Issue
Block a user