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

This commit is contained in:
Darkvater 2007-03-03 13:36:25 +00:00
parent b024134c6a
commit e33a8d3caa

View File

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