(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 8926c37ad3
commit b2852f88fb
7 changed files with 14 additions and 14 deletions

View File

@@ -8,7 +8,7 @@
#include "company_type.h"
uint16 GetDrawStringCompanyColor(CompanyID company);
void DrawCompanyIcon(CompanyID p, int x, int y);
void DrawCompanyIcon(CompanyID c, int x, int y);
void ShowCompanyStations(CompanyID company);
void ShowCompanyFinances(CompanyID company);