mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
Rename ride_id_t to RideId
This commit is contained in:
@@ -891,7 +891,7 @@ DukValue ScriptEngine::GameActionResultToDuk(const GameAction& action, const Gam
|
||||
{
|
||||
if (result.Error == GameActions::Status::Ok)
|
||||
{
|
||||
const auto rideIndex = result.GetData<ride_id_t>();
|
||||
const auto rideIndex = result.GetData<RideId>();
|
||||
obj.Set("ride", EnumValue(rideIndex));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user