tunnelbridge_cmd.c
branch0.5
changeset 5439 7af52897085a
parent 5427 63ce73145566
child 5458 0a52d7d0e410
--- a/tunnelbridge_cmd.c	Fri Feb 09 11:13:03 2007 +0000
+++ b/tunnelbridge_cmd.c	Mon Feb 12 10:03:42 2007 +0000
@@ -611,7 +611,7 @@
 }
 
 
-static uint GetBridgeHeightRamp(TileIndex t)
+uint GetBridgeHeightRamp(TileIndex t)
 {
 	uint h;
 	uint tileh = GetTileSlope(t, &h);