(svn r8569) -Fix (r8464): revert properly

This commit is contained in:
peter1138
2007-02-04 05:53:09 +00:00
parent fa22b5f2ae
commit 73ce8ea7f4
2 changed files with 5 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ static void BuildBridgeWndProc(Window *w, WindowEvent *e)
const Bridge *b = &_bridge[_bridgedata.indexes[i + w->vscroll.pos]];
SetDParam(2, _bridgedata.costs[i + w->vscroll.pos]);
SetDParam(1, b->speed);
SetDParam(1, b->speed * 10 / 16);
SetDParam(0, b->material);
DrawSprite(b->sprite, b->pal, 3, 15 + i * 22);