diff options
Diffstat (limited to 'src/rail.h')
-rw-r--r-- | src/rail.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rail.h b/src/rail.h index e7d8f293c..8fa3164c2 100644 --- a/src/rail.h +++ b/src/rail.h @@ -237,4 +237,9 @@ RailType GetBestRailtype(const PlayerID p); */ RailTypes GetPlayerRailtypes(const PlayerID p); +/** + * Reset all rail type information to its default values. + */ +void ResetRailTypes(); + #endif /* RAIL_H */ |