(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
This commit is contained in:
@@ -203,7 +203,7 @@ static bool InitializeWindowsAndCaches()
|
||||
{
|
||||
/* Initialize windows */
|
||||
ResetWindowSystem();
|
||||
SetupColorsAndInitialWindow();
|
||||
SetupColoursAndInitialWindow();
|
||||
|
||||
ResetViewportAfterLoadGame();
|
||||
|
||||
@@ -1754,7 +1754,7 @@ void ReloadNewGRFData()
|
||||
/* Check and update house and town values */
|
||||
UpdateHousesAndTowns();
|
||||
/* Update livery selection windows */
|
||||
for (CompanyID i = COMPANY_FIRST; i < MAX_COMPANIES; i++) InvalidateWindowData(WC_COMPANY_COLOR, i, _loaded_newgrf_features.has_2CC);
|
||||
for (CompanyID i = COMPANY_FIRST; i < MAX_COMPANIES; i++) InvalidateWindowData(WC_COMPANY_COLOUR, i, _loaded_newgrf_features.has_2CC);
|
||||
/* redraw the whole screen */
|
||||
MarkWholeScreenDirty();
|
||||
CheckTrainsLengths();
|
||||
|
Reference in New Issue
Block a user