diff options
author | truelight <truelight@openttd.org> | 2004-12-04 17:54:56 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2004-12-04 17:54:56 +0000 |
commit | b8f6d41418982163965dd5beb0b39dbdce1fbe8f (patch) | |
tree | 68d3e795694a875138c369707ed74b5b4b022d49 /bridge_gui.c | |
parent | 0434287ef826a4ed72cd8528a52a86ae8b70a948 (diff) | |
download | openttd-b8f6d41418982163965dd5beb0b39dbdce1fbe8f.tar.xz |
(svn r942) -Merged branch/network back into the trunk
Diffstat (limited to 'bridge_gui.c')
-rw-r--r-- | bridge_gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge_gui.c b/bridge_gui.c index 02177790a..af2739f08 100644 --- a/bridge_gui.c +++ b/bridge_gui.c @@ -23,7 +23,7 @@ extern const PalSpriteID _bridge_sprites[MAX_BRIDGES]; extern const uint16 _bridge_speeds[MAX_BRIDGES]; extern const StringID _bridge_material[MAX_BRIDGES]; -static void CcBuildBridge(bool success, uint tile, uint32 p1, uint32 p2) +void CcBuildBridge(bool success, uint tile, uint32 p1, uint32 p2) { if (success) SndPlayTileFx(SND_27_BLACKSMITH_ANVIL, tile); } |