(svn r14448) -Codechange [FS#2328]: rename a few variables (based on a patch by planetmaker)

This commit is contained in:
smatz
2008-10-07 20:57:41 +00:00
parent b3726f4c7c
commit 1906aa2bbb
7 changed files with 14 additions and 14 deletions

View File

@@ -238,7 +238,7 @@ RailType GetBestRailtype(const CompanyID company);
* @param company the company to get the rail types for.
* @return the rail types.
*/
RailTypes GetCompanyRailtypes(const CompanyID p);
RailTypes GetCompanyRailtypes(const CompanyID c);
/**
* Reset all rail type information to its default values.