mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r8995) -Fix (FS#620, r8464): revert properly (reversion of r4322) internal speeds
This commit is contained in:
parent
b024134c6a
commit
e33a8d3caa
@ -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…
Reference in New Issue
Block a user