* Update any possible saveload window and delete any newgrf dialogue as * its widget parts might change. Reinit all windows as it allows access to the * newgrf debug button. */
| 395 | * newgrf debug button. |
| 396 | */ |
| 397 | static void InvalidateNewGRFChangeWindows(int32_t) |
| 398 | { |
| 399 | InvalidateWindowClassesData(WC_SAVELOAD); |
| 400 | CloseWindowByClass(WC_GAME_OPTIONS); |
| 401 | ReInitAllWindows(false); |
| 402 | } |
| 403 | |
| 404 | static void InvalidateCompanyLiveryWindow(int32_t) |
| 405 | { |
nothing calls this directly
no test coverage detected