equal
deleted
inserted
replaced
236 /** |
236 /** |
237 * Get the rail types the given company can build. |
237 * Get the rail types the given company can build. |
238 * @param company the company to get the rail types for. |
238 * @param company the company to get the rail types for. |
239 * @return the rail types. |
239 * @return the rail types. |
240 */ |
240 */ |
241 RailTypes GetCompanyRailtypes(const CompanyID p); |
241 RailTypes GetCompanyRailtypes(const CompanyID c); |
242 |
242 |
243 /** |
243 /** |
244 * Reset all rail type information to its default values. |
244 * Reset all rail type information to its default values. |
245 */ |
245 */ |
246 void ResetRailTypes(); |
246 void ResetRailTypes(); |