forked from mirror/OpenTTD
(svn r14158) -Codechange: Initialization of rail type data from static source, so data can be changed.
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user