MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / InvalidateCompanyLiveryWindow

Function InvalidateCompanyLiveryWindow

src/settings_table.cpp:404–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404static void InvalidateCompanyLiveryWindow(int32_t)
405{
406 InvalidateWindowClassesData(WC_COMPANY_COLOUR, -1);
407 ResetVehicleColourMap();
408}
409
410static void DifficultyNoiseChange(int32_t)
411{

Callers

nothing calls this directly

Calls 2

ResetVehicleColourMapFunction · 0.85

Tested by

no test coverage detected