1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 05:53:02 +01:00

Merge branch 'develop' into set-ride-status

This commit is contained in:
IntelOrca
2015-02-08 16:53:19 +00:00

View File

@@ -3057,6 +3057,7 @@ static void window_ride_operating_invalidate()
break;
case RIDE_MODE_STATION_TO_STATION:
RCT2_GLOBAL(0x013CE964, uint16) = (ride->var_0D0 * 9) / 4;
format = 1331;
caption = STR_SPEED;
tooltip = STR_SPEED_TIP;
break;