summaryrefslogtreecommitdiff
path: root/src/road_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/road_func.h')
-rw-r--r--src/road_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/road_func.h b/src/road_func.h
index a93e1af78..3139ea022 100644
--- a/src/road_func.h
+++ b/src/road_func.h
@@ -136,6 +136,6 @@ bool ValParamRoadType(const RoadType rt);
*/
RoadTypes GetPlayerRoadtypes(const PlayerID p);
-void UpdateLevelCrossing(TileIndex tile);
+void UpdateLevelCrossing(TileIndex tile, bool sound = true);
#endif /* ROAD_FUNC_H */