src/bridge_gui.cpp
changeset 5931 7bf22bf056e2
parent 5668 36b39f4a9032
child 6117 6507b2a7e71d
--- a/src/bridge_gui.cpp	Sat Feb 03 21:55:14 2007 +0000
+++ b/src/bridge_gui.cpp	Sun Feb 04 05:53:09 2007 +0000
@@ -50,7 +50,7 @@
 			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);