mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-26 21:54:22 +01:00
Codechange: Rename window related DeleteXXX to match new behaviour
This commit is contained in:
@@ -69,6 +69,6 @@ static WindowDesc _screenshot_window_desc(
|
||||
|
||||
void ShowScreenshotWindow()
|
||||
{
|
||||
DeleteWindowById(WC_SCREENSHOT, 0);
|
||||
CloseWindowById(WC_SCREENSHOT, 0);
|
||||
new ScreenshotWindow(&_screenshot_window_desc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user