1
0
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:
ζeh Matt
2022-01-19 15:17:11 +02:00
parent b5f649c972
commit a2470c0573
95 changed files with 287 additions and 287 deletions

View File

@@ -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));
}
}