| 383 | } |
| 384 | |
| 385 | static void SpriteZoomMinChanged(int32_t) |
| 386 | { |
| 387 | GfxClearSpriteCache(); |
| 388 | /* Force all sprites to redraw at the new chosen zoom level */ |
| 389 | MarkWholeScreenDirty(); |
| 390 | } |
| 391 | |
| 392 | /** |
| 393 | * Update any possible saveload window and delete any newgrf dialogue as |
nothing calls this directly
no test coverage detected