Merge branch 'develop' into set-ride-status

This commit is contained in:
IntelOrca 2015-02-08 16:53:19 +00:00
commit 1ad04a24c4
1 changed files with 1 additions and 0 deletions

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;