(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.

This commit is contained in:
rubidium
2008-09-30 20:39:50 +00:00
parent cc1e761eda
commit 3b798599b6
158 changed files with 4661 additions and 4675 deletions

View File

@@ -40,7 +40,7 @@ enum WindowClass {
WC_BUILD_DEPOT,
WC_COMPANY,
WC_FINANCES,
WC_PLAYER_COLOR,
WC_COMPANY_COLOR,
WC_QUERY_STRING,
WC_SAVELOAD,
WC_SELECT_GAME,
@@ -49,7 +49,7 @@ enum WindowClass {
WC_OPERATING_PROFIT,
WC_TOOLTIPS,
WC_INDUSTRY_VIEW,
WC_PLAYER_FACE,
WC_COMPANY_MANAGER_FACE,
WC_LAND_INFO,
WC_TOWN_AUTHORITY,
WC_SUBSIDIES_LIST,