(svn r8995) -Fix (FS#620, r8464): revert properly (reversion of r4322) internal speeds

pull/155/head
Darkvater 18 years ago
parent 61a00c99b4
commit 5790d14571

@ -56,7 +56,7 @@ static void RoadVehDetailsWndProc(Window *w, WindowEvent *e)
/* Draw max speed */
{
SetDParam(0, v->max_speed / 2);
SetDParam(0, v->max_speed * 10 / 32);
DrawString(2, 25, STR_900E_MAX_SPEED, 0);
}

Loading…
Cancel
Save