mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-30 23:54:35 +01:00
Codechange: Replace macros GENERAL_SPRITE_COLOUR and COMPANY_SPRITE_COLOUR with functions GetColourPalette and GetCompanyPalette.
This commit is contained in:
@@ -803,7 +803,7 @@ bool DrawStationTile(int x, int y, RailType railtype, Axis axis, StationClassID
|
||||
{
|
||||
const DrawTileSprites *sprites = nullptr;
|
||||
const RailTypeInfo *rti = GetRailTypeInfo(railtype);
|
||||
PaletteID palette = COMPANY_SPRITE_COLOUR(_local_company);
|
||||
PaletteID palette = GetCompanyPalette(_local_company);
|
||||
uint tile = 2;
|
||||
|
||||
const StationSpec *statspec = StationClass::Get(sclass)->GetSpec(station);
|
||||
|
||||
Reference in New Issue
Block a user