src/bridge_gui.cpp
changeset 6990 136a08baf0ed
parent 6950 14ecb0acdfb4
child 6991 bf9cd2a47774
--- a/src/bridge_gui.cpp	Thu Jun 21 13:56:59 2007 +0000
+++ b/src/bridge_gui.cpp	Thu Jun 21 14:32:27 2007 +0000
@@ -22,7 +22,7 @@
 	TileIndex end_tile;
 	byte type;
 	byte indexes[MAX_BRIDGES];
-	int32 costs[MAX_BRIDGES];
+	Money costs[MAX_BRIDGES];
 } _bridgedata;
 
 void CcBuildBridge(bool success, TileIndex tile, uint32 p1, uint32 p2)