mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-06 12:29:42 +01: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 */
|
/* Draw max speed */
|
||||||
{
|
{
|
||||||
SetDParam(0, v->max_speed / 2);
|
SetDParam(0, v->max_speed * 10 / 32);
|
||||||
DrawString(2, 25, STR_900E_MAX_SPEED, 0);
|
DrawString(2, 25, STR_900E_MAX_SPEED, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user