From f2cda44d2e3c55069279ad3e03aeb5d2a7f0f35c Mon Sep 17 00:00:00 2001 From: KUDr Date: Fri, 17 Nov 2006 19:31:44 +0000 Subject: (svn r7195) -Feature: [FS#297, optional elrails] New patches/vehicles option 'disable electrified railways'. (original patch by maedhros, ideas: peter1138, Darkvater, Rubidium, Patrick, Eddi|zuHause, ..) --- rail.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rail.h') diff --git a/rail.h b/rail.h index 5cfc7340c..37270a1bf 100644 --- a/rail.h +++ b/rail.h @@ -465,4 +465,7 @@ void DrawDefaultWaypointSprite(int x, int y, RailType railtype); void DrawCatenary(const TileInfo *ti); uint GetRailFoundation(Slope tileh, TrackBits bits); + +int32 SettingsDisableElrail(int32 p1); ///< _patches.disable_elrail callback + #endif /* RAIL_H */ -- cgit v1.2.3-54-g00ecf