| 402 | } |
| 403 | |
| 404 | static void InvalidateCompanyLiveryWindow(int32_t) |
| 405 | { |
| 406 | InvalidateWindowClassesData(WC_COMPANY_COLOUR, -1); |
| 407 | ResetVehicleColourMap(); |
| 408 | } |
| 409 | |
| 410 | static void DifficultyNoiseChange(int32_t) |
| 411 | { |
nothing calls this directly
no test coverage detected